Uses of Class
org.infinispan.transaction.xa.XaTransactionTable
Packages that use XaTransactionTable
Package
Description
XA transaction support.
-
Uses of XaTransactionTable in org.infinispan.transaction.xa
Constructors in org.infinispan.transaction.xa with parameters of type XaTransactionTableModifierConstructorDescriptionTransactionXaAdapter
(LocalXaTransaction localTransaction, XaTransactionTable txTable) TransactionXaAdapter
(XaTransactionTable txTable) -
Uses of XaTransactionTable in org.infinispan.transaction.xa.recovery
Subclasses of XaTransactionTable in org.infinispan.transaction.xa.recoveryModifier and TypeClassDescriptionclass
Transaction table that delegates prepared transaction's management to theRecoveryManager
.