| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.castor.cache.AbstractCacheFactoryorg.castor.cache.distributed.CoherenceCacheFactorypublic final class CoherenceCacheFactoryextends AbstractCacheFactoryMethod Summary | |
String | |
String | |
void |
|
void |
|
Methods inherited from class org.castor.cache.AbstractCacheFactory | |
getCache, shutdown | |
public String getCacheClassName()
- Specified by:
- getCacheClassName in interface CacheFactory
- See Also:
CacheFactory.getCacheClassName()
public String getCacheType()
- Specified by:
- getCacheType in interface CacheFactory
- See Also:
CacheFactory.getCacheType()
public void shutdown()
- Specified by:
- shutdown in interface CacheFactory
- Overrides:
- shutdown in interface AbstractCacheFactory
- See Also:
CacheFactory.shutdown()
public void shutdown(String implementation)
Normally called to shutdown CoherenceCache. To be able to test the method without havingcom.tangosol.net.CacheFactoryimplementation, it can also be called with a test implementations classname.
- Parameters:
implementation- Cache implementation classname to shutdown.