Uses of Class
org.infinispan.transaction.impl.TransactionTable
Packages that use TransactionTable
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
XA transaction support.
-
Uses of TransactionTable in org.infinispan.factories
Methods in org.infinispan.factories that return TransactionTableMethods in org.infinispan.factories that return types with arguments of type TransactionTableModifier and TypeMethodDescriptionfinal ComponentRef<TransactionTable>
ComponentRegistry.getTransactionTableRef()
-
Uses of TransactionTable in org.infinispan.transaction.synchronization
Constructors in org.infinispan.transaction.synchronization with parameters of type TransactionTableModifierConstructorDescriptionSynchronizationAdapter
(LocalTransaction localTransaction, TransactionTable txTable) -
Uses of TransactionTable in org.infinispan.transaction.xa
Subclasses of TransactionTable in org.infinispan.transaction.xa -
Uses of TransactionTable in org.infinispan.transaction.xa.recovery
Subclasses of TransactionTable in org.infinispan.transaction.xa.recoveryModifier and TypeClassDescriptionclass
Transaction table that delegates prepared transaction's management to theRecoveryManager
.Method parameters in org.infinispan.transaction.xa.recovery with type arguments of type TransactionTableModifier and TypeMethodDescriptionvoid
RecoveryManagerImpl.init
(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)