Uses of Class
org.apache.activemq.command.XATransactionId

Packages that use XATransactionId
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.transaction   
 

Uses of XATransactionId in org.apache.activemq.broker
 

Methods in org.apache.activemq.broker with parameters of type XATransactionId
 void TransactionBroker.removeTransaction(XATransactionId xid)
           
 

Uses of XATransactionId in org.apache.activemq.store
 

Methods in org.apache.activemq.store with parameters of type XATransactionId
 void TransactionRecoveryListener.recover(XATransactionId xid, Message[] addedMessages, MessageAck[] aks)
           
 

Uses of XATransactionId in org.apache.activemq.transaction
 

Constructors in org.apache.activemq.transaction with parameters of type XATransactionId
XATransaction(TransactionStore transactionStore, XATransactionId xid, TransactionBroker broker)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.