Uses of Class
org.apache.activemq.transaction.Transaction
-
Packages that use Transaction Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.transaction -
-
Uses of Transaction in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return Transaction Modifier and Type Method Description Transaction
ConnectionContext. getTransaction()
Transaction
TransactionBroker. getTransaction(ConnectionContext context, TransactionId xid, boolean mightBePrepared)
Methods in org.apache.activemq.broker that return types with arguments of type Transaction Modifier and Type Method Description ConcurrentMap<TransactionId,Transaction>
ConnectionContext. getTransactions()
Methods in org.apache.activemq.broker with parameters of type Transaction Modifier and Type Method Description void
ConnectionContext. setTransaction(Transaction transaction)
Method parameters in org.apache.activemq.broker with type arguments of type Transaction Modifier and Type Method Description void
ConnectionContext. setTransactions(ConcurrentMap<TransactionId,Transaction> transactions)
-
Uses of Transaction in org.apache.activemq.transaction
Subclasses of Transaction in org.apache.activemq.transaction Modifier and Type Class Description class
LocalTransaction
class
XATransaction
-