org.apache.activemq.util
Interface Callback


public interface Callback

A simple callback object used by the TransactionTemplate and org.apache.activemq.util.ExceptionTemplate objects to provide automatic transactional or exception handling blocks.

Version:
$Revision: 1.2 $

Method Summary
 void execute()
          Executes some piece of code within a transaction performing a commit if there is no exception thrown else a rollback is performed
 

Method Detail

execute

void execute()
             throws java.lang.Exception
Executes some piece of code within a transaction performing a commit if there is no exception thrown else a rollback is performed

Throws:
java.lang.Exception - TODO


Copyright © 2009 Apache Software Foundation. All Rights Reserved.