ehcache

Uses of Interface
net.sf.ehcache.constructs.nonstop.NonstopActiveDelegateHolder

Packages that use NonstopActiveDelegateHolder
net.sf.ehcache.constructs.nonstop Ehcache-nonstopcache package 
net.sf.ehcache.constructs.nonstop.concurrency Nonstop feature related to concurrent package 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
 

Uses of NonstopActiveDelegateHolder in net.sf.ehcache.constructs.nonstop
 

Methods in net.sf.ehcache.constructs.nonstop with parameters of type NonstopActiveDelegateHolder
 NonstopStore NonstopTimeoutBehaviorFactory.createNonstopTimeoutBehaviorStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
          Create the NonstopStore to be used for timeout
 

Uses of NonstopActiveDelegateHolder in net.sf.ehcache.constructs.nonstop.concurrency
 

Constructors in net.sf.ehcache.constructs.nonstop.concurrency with parameters of type NonstopActiveDelegateHolder
NonstopCacheLockProvider(NonstopStore nonstopStore, NonstopActiveDelegateHolder nonstopActiveDelegateHolder, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Public constructor
 

Uses of NonstopActiveDelegateHolder in net.sf.ehcache.constructs.nonstop.store
 

Constructors in net.sf.ehcache.constructs.nonstop.store with parameters of type NonstopActiveDelegateHolder
ExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, NonstopConfiguration nonstopConfiguration, NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver, CacheCluster cacheCluster, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Constructor accepting the NonstopActiveDelegateHolder, NonstopConfiguration and NonstopTimeoutBehaviorStoreResolver
LocalReadsOnTimeoutStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
          Constructor accepting the NonstopActiveDelegateHolder
NonstopStoreImpl(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, CacheCluster cacheCluster, NonstopConfiguration nonstopConfig, CacheConfiguration.TransactionalMode transactionalMode, TransactionManagerLookup transactionManagerLookup)
          Constructor accepting the NonstopActiveDelegateHolder, CacheCluster and NonstopConfiguration
TransactionalExecutorServiceStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, NonstopConfiguration nonstopConfiguration, NonstopTimeoutBehaviorStoreResolver timeoutBehaviorResolver, CacheCluster cacheCluster, TransactionManagerLookup transactionManagerLookup, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal)
          Constructor
 


ehcache

true