org.codehaus.activemq.util
Interface Callback


public interface Callback

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

Version:
$Revision: 1.1 $

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

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

Throws:
Throwable


Copyright © 2004 Protique, Ltd.. All Rights Reserved.