Uses of Interface
org.infinispan.transaction.TransactionTable
Packages that use TransactionTable
Package
Description
XA transaction support.
-
Uses of TransactionTable in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl that implement TransactionTableModifier and TypeClassDescriptionclass
Repository forRemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
Uses of TransactionTable in org.infinispan.transaction.xa
Classes in org.infinispan.transaction.xa that implement TransactionTable -
Uses of TransactionTable in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery that implement TransactionTableModifier and TypeClassDescriptionclass
Transaction table that delegates prepared transaction's management to theRecoveryManager
.