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