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.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.store
 

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


ehcache

true