|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.castor.cache.AbstractCacheFactory
org.castor.cache.distributed.CoherenceCacheFactory
Implements CacheFactory for the CoherenceCache
implementation of Cache.
| Constructor Summary | |
CoherenceCacheFactory()
|
|
| Method Summary | |
java.lang.String |
getCacheClassName()
Returns the full class name of the underlying cache implementation. |
java.lang.String |
getCacheType()
Returns the short alias cache type for this factory instance. |
void |
shutdown()
Allows for cache-specific shutdown operations and resource cleanup. |
void |
shutdown(java.lang.String implementation)
Normally called to shutdown CoherenceCache. |
| Methods inherited from class org.castor.cache.AbstractCacheFactory |
getCache |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CoherenceCacheFactory()
| Method Detail |
public java.lang.String getCacheType()
CacheFactory.getCacheType()public java.lang.String getCacheClassName()
CacheFactory.getCacheClassName()public void shutdown()
shutdown in interface CacheFactoryshutdown in class AbstractCacheFactoryCacheFactory.shutdown()public void shutdown(java.lang.String implementation)
com.tangosol.net.CacheFactory implementation,
it can also be called with a test implementations classname.
implementation - Cache implementation classname to shutdown.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||