|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.config.ConfigurationComponent
org.jboss.cache.eviction.NullEvictionAlgorithmConfig
public class NullEvictionAlgorithmConfig
Configuration class for NullEvictionAlgorithm
.
Field Summary |
---|
Fields inherited from class org.jboss.cache.config.ConfigurationComponent |
---|
log |
Constructor Summary | |
---|---|
NullEvictionAlgorithmConfig()
|
Method Summary | |
---|---|
NullEvictionAlgorithmConfig |
clone()
|
java.lang.String |
getEvictionAlgorithmClassName()
Gets the class name of the EvictionAlgorithm implementation
this object will configure. |
void |
reset()
No-op |
void |
validate()
No-op |
Methods inherited from class org.jboss.cache.config.ConfigurationComponent |
---|
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullEvictionAlgorithmConfig()
Method Detail |
---|
public void reset()
reset
in interface EvictionAlgorithmConfig
public java.lang.String getEvictionAlgorithmClassName()
EvictionAlgorithmConfig
EvictionAlgorithm
implementation
this object will configure.
getEvictionAlgorithmClassName
in interface EvictionAlgorithmConfig
public void validate() throws ConfigurationException
validate
in interface EvictionAlgorithmConfig
ConfigurationException
- if any values for the configuration
properties are invalidpublic NullEvictionAlgorithmConfig clone() throws java.lang.CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in interface EvictionAlgorithmConfig
clone
in class ConfigurationComponent
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |