|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.config.FactoryConfiguration
A class to represent the CacheManagerEventListener configuration.
Field Summary | |
protected java.lang.String |
fullyQualifiedClassPath
class name. |
protected java.lang.String |
properties
properties. |
Constructor Summary | |
FactoryConfiguration()
|
Method Summary | |
java.lang.String |
getFullyQualifiedClassPath()
Getter. |
java.lang.String |
getProperties()
Getter. |
void |
setClass(java.lang.String fullyQualifiedClassPath)
Sets the class name. |
void |
setProperties(java.lang.String properties)
Sets the configuration properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String fullyQualifiedClassPath
protected java.lang.String properties
Constructor Detail |
public FactoryConfiguration()
Method Detail |
public final void setClass(java.lang.String fullyQualifiedClassPath)
fullyQualifiedClassPath
- public final void setProperties(java.lang.String properties)
properties
- public final java.lang.String getFullyQualifiedClassPath()
public final java.lang.String getProperties()
|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |