ehcache

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

Packages that use EhcacheXAStore
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.terracotta
 

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

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, TransactionManager txnManager, EhcacheXAStore ehcacheXAStore)
          Constructor
XATransactionContext(javax.transaction.xa.Xid xid, EhcacheXAStore store)
           
 


ehcache

true