Uses of Class
org.apache.activemq.command.TransactionInfo
-
Packages that use TransactionInfo Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.state -
-
Uses of TransactionInfo in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type TransactionInfo Modifier and Type Method Description ResponseTransportConnection. processBeginTransaction(TransactionInfo info)ResponseTransportConnection. processCommitTransactionOnePhase(TransactionInfo info)ResponseTransportConnection. processCommitTransactionTwoPhase(TransactionInfo info)ResponseTransportConnection. processEndTransaction(TransactionInfo info)ResponseTransportConnection. processForgetTransaction(TransactionInfo info)ResponseTransportConnection. processPrepareTransaction(TransactionInfo info)ResponseTransportConnection. processRecoverTransactions(TransactionInfo info)ResponseTransportConnection. processRollbackTransaction(TransactionInfo info) -
Uses of TransactionInfo in org.apache.activemq.state
-