ehcache

Uses of Class
net.sf.ehcache.transaction.AbstractTransactionStore

Packages that use AbstractTransactionStore
net.sf.ehcache.store Store package. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of AbstractTransactionStore in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store with parameters of type AbstractTransactionStore
static Store TxCopyingCacheStore.wrapTxStore(AbstractTransactionStore cacheStore, CacheConfiguration cacheConfiguration)
          Wraps the Store instance passed in, should any copy occur
 

Uses of AbstractTransactionStore in net.sf.ehcache.transaction.local
 

Subclasses of AbstractTransactionStore in net.sf.ehcache.transaction.local
 class JtaLocalTransactionStore
          A Store implementation with support for local transactions driven by a JTA transaction manager
 class LocalTransactionStore
          A Store implementation with support for local transactions
 

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

Subclasses of AbstractTransactionStore in net.sf.ehcache.transaction.xa
 class XATransactionStore
           
 


ehcache

Copyright 2001-2015, Terracotta, Inc.