Uses of Class
org.infinispan.transaction.xa.AbstractCacheTransaction

Packages that use AbstractCacheTransaction
org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. 
org.infinispan.transaction.xa XA transaction support. 
 

Uses of AbstractCacheTransaction in org.infinispan.context.impl
 

Methods in org.infinispan.context.impl that return AbstractCacheTransaction
 AbstractCacheTransaction LocalTxInvocationContext.getCacheTrasaction()
           
 AbstractCacheTransaction RemoteTxInvocationContext.getCacheTrasaction()
           
abstract  AbstractCacheTransaction AbstractTxInvocationContext.getCacheTrasaction()
           
 

Uses of AbstractCacheTransaction in org.infinispan.transaction.xa
 

Subclasses of AbstractCacheTransaction in org.infinispan.transaction.xa
 class LocalTransaction
           
 class RemoteTransaction
          Defines the state of a remotely originated transaction.
 



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