|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.remote.RemoteCacheFactory
Description of the Class
Field Summary | |
static java.util.HashMap |
facades
Description of the Field |
private static org.apache.commons.logging.Log |
log
|
private java.lang.String |
name
|
Constructor Summary | |
RemoteCacheFactory()
|
Method Summary | |
AuxiliaryCache |
createCache(AuxiliaryCacheAttributes iaca,
CompositeCache cache)
Interface method. |
java.lang.String |
getName()
Gets the name attribute of the RemoteCacheFactory object |
void |
setName(java.lang.String name)
Sets the name attribute of the RemoteCacheFactory object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.commons.logging.Log log
private java.lang.String name
public static final java.util.HashMap facades
Constructor Detail |
public RemoteCacheFactory()
Method Detail |
public AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
createCache
in interface AuxiliaryCacheFactory
iaca
- Attributes the factory will use to create the AuxiliaryCache
instance.cache
- The CompositeCache which will contain the AuxiliaryCache
instance being created. Allows auxiliaries to retain a
reference to their associated CompositeCache.public java.lang.String getName()
getName
in interface AuxiliaryCacheFactory
public void setName(java.lang.String name)
setName
in interface AuxiliaryCacheFactory
name
- The new name value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |