ehcache

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

Packages that use NonstopExecutorService
net.sf.ehcache.constructs.nonstop Ehcache-nonstopcache package 
 

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

Classes in net.sf.ehcache.constructs.nonstop that implement NonstopExecutorService
 class NonstopExecutorServiceImpl
          Class used by NonStopCache for executing tasks within a timeout limit.
 

Methods in net.sf.ehcache.constructs.nonstop that return NonstopExecutorService
 NonstopExecutorService NonstopActiveDelegateHolder.getNonstopExecutorService()
          Returns the current underlying NonstopExecutorService
 NonstopExecutorService NonstopExecutorServiceFactory.getOrCreateNonstopExecutorService(CacheManager cacheManager)
          Creates a NonstopExecutorService and returns it if not already created
 NonstopExecutorService CacheManagerExecutorServiceFactory.getOrCreateNonstopExecutorService(CacheManager cacheManager)
          Creates a NonstopExecutorService and returns it if not already created
 


ehcache

true