org.codehaus.activemq.service
Interface TransactionTask
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- PacketTransactionTask
- public interface TransactionTask
- extends java.io.Serializable
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.3 $
execute
public void execute(Broker broker)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2004 Protique, Ltd.. All Rights Reserved.