org.activemq.store
Interface TransactionStore.RecoveryListener

Enclosing interface:
TransactionStore

public static interface TransactionStore.RecoveryListener


Method Summary
 void recover(ActiveMQXid xid, ActiveMQMessage[] addedMessages, MessageAck[] aks)
           
 

Method Detail

recover

public void recover(ActiveMQXid xid,
                    ActiveMQMessage[] addedMessages,
                    MessageAck[] aks)
             throws JMSException,
                    XAException
Throws:
JMSException
XAException


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