Uses of Interface
org.infinispan.transaction.xa.CacheTransaction
Packages that use CacheTransaction
Package
Description
XA transaction support.
-
Uses of CacheTransaction in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl that implement CacheTransactionModifier and TypeClassDescriptionclass
Base class for local and remote transaction.class
Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction
.class
Defines the state of a remotely originated transaction.Methods in org.infinispan.transaction.impl with parameters of type CacheTransactionModifier and TypeMethodDescriptionprotected final void
TransactionTable.recalculateMinTopologyIdIfNeeded
(CacheTransaction removedTransaction) Constructors in org.infinispan.transaction.impl with parameters of type CacheTransaction -
Uses of CacheTransaction in org.infinispan.transaction.synchronization
Classes in org.infinispan.transaction.synchronization that implement CacheTransactionModifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withSynchronizationAdapter
. -
Uses of CacheTransaction in org.infinispan.transaction.xa
Classes in org.infinispan.transaction.xa that implement CacheTransactionModifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withTransactionXaAdapter
. -
Uses of CacheTransaction in org.infinispan.transaction.xa.recovery
Subinterfaces of CacheTransaction in org.infinispan.transaction.xa.recoveryModifier and TypeInterfaceDescriptioninterface
Base interface for transactions that are holders of recovery information.Classes in org.infinispan.transaction.xa.recovery that implement CacheTransactionModifier and TypeClassDescriptionclass
ExtendsLocalXaTransaction
and adds recovery related information.class
ExtendsRemoteTransaction
and adds recovery related information and functionality.