ehcache

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

Packages that use NonstopActiveDelegateHolder
net.sf.ehcache This package contains the public API for using ehcache. 
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 
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
 

Uses of NonstopActiveDelegateHolder in net.sf.ehcache
 

Methods in net.sf.ehcache that return NonstopActiveDelegateHolder
protected  NonstopActiveDelegateHolder Cache.getNonstopActiveDelegateHolder()
          Returns the NonstopActiveDelegateHolder
 

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
NonStopCacheKeySet(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, List keys)
          Non stop store to iterate over key set
NonstopCacheLockProvider(NonstopStore nonstopStore, NonstopActiveDelegateHolder nonstopActiveDelegateHolder, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal, NonstopConfiguration nonstopConfiguration)
          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
 

Uses of NonstopActiveDelegateHolder in net.sf.ehcache.event
 

Constructors in net.sf.ehcache.event with parameters of type NonstopActiveDelegateHolder
NonstopCacheEventListener(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
          Public constructor
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.