ehcache

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

Packages that use EhcacheXAResource
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.transaction.manager
 

Methods in net.sf.ehcache.transaction.manager with parameters of type EhcacheXAResource
 void DefaultTransactionManagerLookup.register(EhcacheXAResource resource)
          execute txnManager specific code to register the XAResource for recovery.
 void TransactionManagerLookup.register(EhcacheXAResource resource)
          execute txnManager specific code to register the XAResource for recovery.
 void DefaultTransactionManagerLookup.unregister(EhcacheXAResource resource)
          execute txnManager specific code to unregister the XAResource for recovery.
 void TransactionManagerLookup.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
          The EhcacheXAResource implementation
 

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


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.