Uses of Class
org.apache.activemq.command.LocalTransactionId
-
Packages that use LocalTransactionId Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.transaction org.apache.activemq.transport.amqp.protocol -
-
Uses of LocalTransactionId in org.apache.activemq.command
Methods in org.apache.activemq.command with parameters of type LocalTransactionId Modifier and Type Method Description intLocalTransactionId. compareTo(LocalTransactionId o) -
Uses of LocalTransactionId in org.apache.activemq.transaction
Constructors in org.apache.activemq.transaction with parameters of type LocalTransactionId Constructor Description LocalTransaction(TransactionStore transactionStore, LocalTransactionId xid, ConnectionContext context) -
Uses of LocalTransactionId in org.apache.activemq.transport.amqp.protocol
Methods in org.apache.activemq.transport.amqp.protocol with parameters of type LocalTransactionId Modifier and Type Method Description voidAmqpAbstractReceiver. commit(LocalTransactionId txnId)voidAmqpLink. commit(LocalTransactionId txnId)Handle work necessary on commit of transacted resources associated with this Link instance.voidAmqpSender. commit(LocalTransactionId txnId)voidAmqpSession. commit(LocalTransactionId txId)Commits all pending work for all resources managed under this session.voidAmqpAbstractReceiver. rollback(LocalTransactionId txnId)voidAmqpLink. rollback(LocalTransactionId txnId)Handle work necessary on rollback of transacted resources associated with this Link instance.voidAmqpSender. rollback(LocalTransactionId txnId)voidAmqpSession. rollback(LocalTransactionId txId)Rolls back any pending work being down under this session.
-