Uses of Interface
org.infinispan.transaction.xa.CacheTransaction
-
Packages that use CacheTransaction Package Description org.infinispan.transaction.impl org.infinispan.transaction.synchronization org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
-
Uses of CacheTransaction in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl that implement CacheTransaction Modifier and Type Class Description classAbstractCacheTransactionBase class for local and remote transaction.classLocalTransactionObject that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.classRemoteTransactionDefines the state of a remotely originated transaction.Methods in org.infinispan.transaction.impl with parameters of type CacheTransaction Modifier and Type Method Description protected voidTransactionTable. recalculateMinTopologyIdIfNeeded(CacheTransaction removedTransaction)Constructors in org.infinispan.transaction.impl with parameters of type CacheTransaction Constructor Description AbstractEnlistmentAdapter(CacheTransaction cacheTransaction) -
Uses of CacheTransaction in org.infinispan.transaction.synchronization
Classes in org.infinispan.transaction.synchronization that implement CacheTransaction Modifier and Type Class Description classSyncLocalTransactionLocalTransactionimplementation to be used withSynchronizationAdapter. -
Uses of CacheTransaction in org.infinispan.transaction.xa
Classes in org.infinispan.transaction.xa that implement CacheTransaction Modifier and Type Class Description classLocalXaTransactionLocalTransactionimplementation to be used withTransactionXaAdapter. -
Uses of CacheTransaction in org.infinispan.transaction.xa.recovery
Subinterfaces of CacheTransaction in org.infinispan.transaction.xa.recovery Modifier and Type Interface Description interfaceRecoveryAwareTransactionBase interface for transactions that are holders of recovery information.Classes in org.infinispan.transaction.xa.recovery that implement CacheTransaction Modifier and Type Class Description classRecoveryAwareLocalTransactionExtendsLocalXaTransactionand adds recovery related information.classRecoveryAwareRemoteTransactionExtendsRemoteTransactionand adds recovery related information and functionality.
-