org.activemq.service
Interface TransactionTask


public interface TransactionTask

The TransactionTask interface should be implemented by any class whose instances are intended to be executed as part of a transaction event. The class must define a method of no arguments called execute.

Version:
$Revision: 1.1.1.1 $

Method Summary
 void execute()
           
 

Method Detail

execute

public void execute()
             throws Throwable
Throws:
Throwable


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