Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.castor.cache.AbstractCacheFactory
org.castor.cache.distributed.CoherenceCacheFactory
public final class CoherenceCacheFactory
extends AbstractCacheFactory
Method 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.CacheFactory
implementation, it can also be called with a test implementations classname.
- Parameters:
implementation
- Cache implementation classname to shutdown.