Uses of Class
org.infinispan.transaction.AbstractEnlistmentAdapter

Packages that use AbstractEnlistmentAdapter
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
 class SynchronizationAdapter
          Synchronization implementation for integrating with the TM.
 

Uses of AbstractEnlistmentAdapter in org.infinispan.transaction.xa
 

Subclasses of AbstractEnlistmentAdapter in org.infinispan.transaction.xa
 class TransactionXaAdapter
          This acts both as an local CacheTransaction and implementor of an XAResource that will be called by tx manager on various tx stages.
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.