|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.persist.cache.AbstractCacheFactory
org.castor.persist.cache.distributed.JCacheFactory
public class JCacheFactory
Implements CacheFactory
for the JCache
implementation of Cache
.
Constructor Summary | |
---|---|
JCacheFactory()
|
Method Summary | |
---|---|
java.lang.String |
getCacheClassName()
Returns the full class name of the underlying cache implementation. |
java.lang.String |
getName()
Returns the short alias for this factory instance. |
void |
shutdown()
Cache-specific shutdown operations and resource cleanup. |
Methods inherited from class org.exolab.castor.persist.cache.AbstractCacheFactory |
---|
getCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.exolab.castor.persist.cache.CacheFactory |
---|
getCache |
Constructor Detail |
---|
public JCacheFactory()
Method Detail |
---|
public java.lang.String getName()
getName
in interface CacheFactory
getName
in class AbstractCacheFactory
public java.lang.String getCacheClassName()
getCacheClassName
in interface CacheFactory
getCacheClassName
in class AbstractCacheFactory
public void shutdown()
shutdown
in interface CacheFactory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |