Uses of Class
org.apache.activemq.transaction.Transaction
Packages that use Transaction
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
-
Uses of Transaction in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return TransactionModifier and TypeMethodDescriptionConnectionContext.getTransaction()TransactionBroker.getTransaction(ConnectionContext context, org.apache.activemq.command.TransactionId xid, boolean mightBePrepared) Methods in org.apache.activemq.broker that return types with arguments of type TransactionModifier and TypeMethodDescriptionConcurrentMap<org.apache.activemq.command.TransactionId,Transaction> ConnectionContext.getTransactions()Methods in org.apache.activemq.broker with parameters of type TransactionMethod parameters in org.apache.activemq.broker with type arguments of type TransactionModifier and TypeMethodDescriptionvoidConnectionContext.setTransactions(ConcurrentMap<org.apache.activemq.command.TransactionId, Transaction> transactions) -
Uses of Transaction in org.apache.activemq.transaction
Subclasses of Transaction in org.apache.activemq.transaction