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
 

Constructors in net.sf.ehcache.store with parameters of type EhcacheXAResource
XATransactionalStore(EhcacheXAResource xaResource)
          Constructor
 

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.
 void DefaultTransactionManagerLookup.register(EhcacheXAResource resource)
          execute txnManager specific code.
 

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.
 


ehcache

true