org.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.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

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-2008 Protique, Ltd.. All Rights Reserved.