public interface NonstopExecutorServiceFactory
NonstopExecutorService
Modifier and Type | Method and Description |
---|---|
NonstopExecutorService |
getOrCreateNonstopExecutorService(CacheManager cacheManager)
Creates a
NonstopExecutorService and returns it if not already created |
void |
shutdown(CacheManager cacheManager)
Shuts down the
NonstopExecutorService associated with the CacheManager |
NonstopExecutorService getOrCreateNonstopExecutorService(CacheManager cacheManager)
NonstopExecutorService
and returns it if not already createdcacheManager
- the CacheManager
NonstopExecutorService
void shutdown(CacheManager cacheManager)
NonstopExecutorService
associated with the CacheManager
cacheManager
- Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.