Package org.infinispan.transaction.xa
package org.infinispan.transaction.xa
XA transaction support.
-
ClassDescriptionDefines the state a infinispan transaction should have.Uniquely identifies a transaction that spans all JVMs in a cluster.Thrown if an operation is to be performed on an invalid transaction context.
LocalTransaction
implementation to be used withTransactionXaAdapter
.Factory for transaction related state.This acts both as an localCacheTransaction
and implementor of anXAResource
that will be called by tx manager on various tx stages.TransactionTable
to be used withTransactionXaAdapter
.