Package org.infinispan.transaction.xa
XA transaction support.
-
Interface Summary Interface Description CacheTransaction Defines the state a infinispan transaction should have.CacheTransaction.TransactionCompletedListener -
Class Summary Class Description CorePackageImpl GlobalTransaction Uniquely identifies a transaction that spans all JVMs in a cluster.GlobalTransaction.Externalizer LocalXaTransaction LocalTransactionimplementation to be used withTransactionXaAdapter.TransactionFactory Factory for transaction related sate.TransactionXaAdapter This acts both as an localCacheTransactionand implementor of anXAResourcethat will be called by tx manager on various tx stages.XaTransactionTable TransactionTableto be used withTransactionXaAdapter. -
Enum Summary Enum Description TransactionFactory.TxFactoryEnum -
Exception Summary Exception Description InvalidTransactionException Thrown if an operation is to be performed on an invalid transaction context.