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 Response
TransportConnection. processBeginTransaction(TransactionInfo info)
Response
TransportConnection. processCommitTransactionOnePhase(TransactionInfo info)
Response
TransportConnection. processCommitTransactionTwoPhase(TransactionInfo info)
Response
TransportConnection. processEndTransaction(TransactionInfo info)
Response
TransportConnection. processForgetTransaction(TransactionInfo info)
Response
TransportConnection. processPrepareTransaction(TransactionInfo info)
Response
TransportConnection. processRecoverTransactions(TransactionInfo info)
Response
TransportConnection. processRollbackTransaction(TransactionInfo info)
-
Uses of TransactionInfo in org.apache.activemq.state
-