Uses of Interface
org.infinispan.transaction.xa.CacheTransaction
Package
Description
XA transaction support.
-
Uses of CacheTransaction in org.infinispan.transaction.impl
Modifier 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.Modifier and TypeMethodDescriptionprotected final void
TransactionTable.recalculateMinTopologyIdIfNeeded
(CacheTransaction removedTransaction) -
Uses of CacheTransaction in org.infinispan.transaction.synchronization
Modifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withSynchronizationAdapter
. -
Uses of CacheTransaction in org.infinispan.transaction.xa
Modifier and TypeClassDescriptionclass
LocalTransaction
implementation to be used withTransactionXaAdapter
. -
Uses of CacheTransaction in org.infinispan.transaction.xa.recovery
Modifier and TypeInterfaceDescriptioninterface
Base interface for transactions that are holders of recovery information.Modifier and TypeClassDescriptionclass
ExtendsLocalXaTransaction
and adds recovery related information.class
ExtendsRemoteTransaction
and adds recovery related information and functionality.