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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw CacheTransaction Modifier and Type Class Description classorg.infinispan.transaction.impl.AbstractCacheTransactionBase class for local and remote transaction.classorg.infinispan.transaction.impl.LocalTransactionObject that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.classorg.infinispan.transaction.impl.RemoteTransactionDefines the state of a remotely originated transaction. -
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.
-