ehcache

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

Packages that use EhcacheXAStore
net.sf.ehcache.store Store package. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of EhcacheXAStore in net.sf.ehcache.store
 

Constructors in net.sf.ehcache.store with parameters of type EhcacheXAStore
XATransactionalStore(Ehcache cache, EhcacheXAStore ehcacheXAStore, TransactionManagerLookup transactionManagerLookup, javax.transaction.TransactionManager txnManager)
          Create a store which will wrap another one to provide XA transactions.
 

Uses of EhcacheXAStore in net.sf.ehcache.terracotta
 

Methods in net.sf.ehcache.terracotta that return EhcacheXAStore
 EhcacheXAStore ClusteredInstanceFactory.createXAStore(Ehcache cache, Store store, boolean bypassValidation)
           
 

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

Classes in net.sf.ehcache.transaction.xa that implement EhcacheXAStore
 class EhcacheXAStoreImpl
          Default implementation of EhcacheXAStore.
 

Constructors in net.sf.ehcache.transaction.xa with parameters of type EhcacheXAStore
EhcacheXAResourceImpl(Ehcache cache, javax.transaction.TransactionManager txnManager, EhcacheXAStore ehcacheXAStore)
          Constructor
XATransactionContext(javax.transaction.xa.Xid xid, EhcacheXAStore store)
           
 


ehcache

true