ehcache

Uses of Interface
net.sf.ehcache.transaction.xa.EhcacheXAResource

Packages that use EhcacheXAResource
net.sf.ehcache.store Store package. 
net.sf.ehcache.transaction.manager This package temporarily contains Bitronix stuff. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of EhcacheXAResource in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return EhcacheXAResource
 EhcacheXAResource XATransactionalStore.getOrCreateXAResource()
          This method either returns the XAResource associated with the current transaction or creates a new one if there was none yet.
 

Uses of EhcacheXAResource in net.sf.ehcache.transaction.manager
 

Methods in net.sf.ehcache.transaction.manager with parameters of type EhcacheXAResource
 void TransactionManagerLookup.register(EhcacheXAResource resource)
          execute txnManager specific code to register the XAResource for recovery.
 void DefaultTransactionManagerLookup.register(EhcacheXAResource resource)
          execute txnManager specific code to register the XAResource for recovery.
 void TransactionManagerLookup.unregister(EhcacheXAResource resource)
          execute txnManager specific code to unregister the XAResource for recovery.
 void DefaultTransactionManagerLookup.unregister(EhcacheXAResource resource)
          execute txnManager specific code to unregister the XAResource for recovery.
 

Uses of EhcacheXAResource in net.sf.ehcache.transaction.xa
 

Classes in net.sf.ehcache.transaction.xa that implement EhcacheXAResource
 class EhcacheXAResourceImpl
          Default implementation for EhcacheXAResource.
 

Methods in net.sf.ehcache.transaction.xa with parameters of type EhcacheXAResource
 void TwoPcExecutionListener.afterCommitOrRollback(EhcacheXAResource xaResource)
          Called when the resource committed or rolled back
 void TwoPcExecutionListener.beforePrepare(EhcacheXAResource xaResource)
          Called when the resource is about to prepare
 


ehcache

true