Package org.castor.cache.distributed
Class CoherenceCacheFactory
java.lang.Object
org.castor.cache.AbstractCacheFactory
org.castor.cache.distributed.CoherenceCacheFactory
- All Implemented Interfaces:
CacheFactory
- Since:
- 1.0
- Version:
- $Revision: 8578 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Tim Telcik, Werner Guttmann, Ralf Joachim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the full class name of the underlying cache implementation.Returns the short alias cache type for this factory instance.void
shutdown()
Allows for cache-specific shutdown operations and resource cleanup.void
Normally called to shutdown CoherenceCache.Methods inherited from class org.castor.cache.AbstractCacheFactory
getCache, isInitialized
-
Constructor Details
-
CoherenceCacheFactory
public CoherenceCacheFactory()
-
-
Method Details
-
getCacheType
Returns the short alias cache type for this factory instance.- Returns:
- The short alias cache type.
-
getCacheClassName
Returns the full class name of the underlying cache implementation.- Returns:
- The full cache class name.
-
shutdown
public void shutdown()Allows for cache-specific shutdown operations and resource cleanup.- Specified by:
shutdown
in interfaceCacheFactory
- Overrides:
shutdown
in classAbstractCacheFactory
-
shutdown
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.
-