ehcache

net.sf.ehcache.constructs.nonstop
Interface NonstopExecutorServiceFactory

All Known Implementing Classes:
CacheManagerExecutorServiceFactory

public interface NonstopExecutorServiceFactory

Factory for NonstopExecutorService

Author:
Abhishek Sanoujam

Method Summary
 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
 

Method Detail

getOrCreateNonstopExecutorService

NonstopExecutorService getOrCreateNonstopExecutorService(CacheManager cacheManager)
Creates a NonstopExecutorService and returns it if not already created

Parameters:
cacheManager - the CacheManager
Returns:
A NonstopExecutorService

shutdown

void shutdown(CacheManager cacheManager)
Shuts down the NonstopExecutorService associated with the CacheManager

Parameters:
cacheManager -

ehcache

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