org.codehaus.activemq.service
Interface TransactionTask

All Superinterfaces:
Serializable
All Known Implementing Classes:
PacketTransactionTask

public interface TransactionTask
extends 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 $

Method Summary
 void execute(Broker broker)
           
 

Method Detail

execute

public void execute(Broker broker)
             throws Throwable
Throws:
Throwable


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