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 int
LocalTransactionId. 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 void
AmqpAbstractReceiver. commit(LocalTransactionId txnId)
void
AmqpLink. commit(LocalTransactionId txnId)
Handle work necessary on commit of transacted resources associated with this Link instance.void
AmqpSender. commit(LocalTransactionId txnId)
void
AmqpSession. commit(LocalTransactionId txId)
Commits all pending work for all resources managed under this session.void
AmqpAbstractReceiver. rollback(LocalTransactionId txnId)
void
AmqpLink. rollback(LocalTransactionId txnId)
Handle work necessary on rollback of transacted resources associated with this Link instance.void
AmqpSender. rollback(LocalTransactionId txnId)
void
AmqpSession. rollback(LocalTransactionId txId)
Rolls back any pending work being down under this session.
-