Uses of Class
org.infinispan.transaction.impl.AbstractEnlistmentAdapter
-
Packages that use AbstractEnlistmentAdapter Package Description org.infinispan.transaction.synchronization org.infinispan.transaction.xa XA transaction support. -
-
Uses of AbstractEnlistmentAdapter in org.infinispan.transaction.synchronization
Subclasses of AbstractEnlistmentAdapter in org.infinispan.transaction.synchronization Modifier and Type Class Description classSynchronizationAdapterSynchronizationimplementation for integrating with the TM. -
Uses of AbstractEnlistmentAdapter in org.infinispan.transaction.xa
Subclasses of AbstractEnlistmentAdapter in org.infinispan.transaction.xa Modifier and Type Class Description classTransactionXaAdapterThis acts both as an localCacheTransactionand implementor of anXAResourcethat will be called by tx manager on various tx stages.
-