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 DldGlobalTransaction Deprecated. Since 9.0, no longer used.DldGlobalTransaction.Externalizer Deprecated. GlobalTransaction Uniquely identifies a transaction that spans all JVMs in a cluster.GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction> GlobalTransaction.Externalizer LocalXaTransaction LocalTransaction
implementation to be used withTransactionXaAdapter
.TransactionFactory Factory for transaction related sate.TransactionXaAdapter This acts both as an localCacheTransaction
and implementor of anXAResource
that will be called by tx manager on various tx stages.XaTransactionTable TransactionTable
to 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.