public class NullEvictionAlgorithmConfig extends ConfigurationComponent implements EvictionAlgorithmConfig
NullEvictionAlgorithm.log| Constructor and Description |
|---|
NullEvictionAlgorithmConfig() |
| Modifier and Type | Method and Description |
|---|---|
NullEvictionAlgorithmConfig |
clone() |
String |
getEvictionAlgorithmClassName()
Gets the class name of the
EvictionAlgorithm implementation
this object will configure. |
void |
reset()
No-op
|
void |
validate()
No-op
|
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutabilitypublic void reset()
reset in interface EvictionAlgorithmConfigpublic String getEvictionAlgorithmClassName()
EvictionAlgorithmConfigEvictionAlgorithm implementation
this object will configure.getEvictionAlgorithmClassName in interface EvictionAlgorithmConfigpublic void validate()
throws ConfigurationException
validate in interface EvictionAlgorithmConfigConfigurationException - if any values for the configuration
properties are invalidpublic NullEvictionAlgorithmConfig clone() throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in interface EvictionAlgorithmConfigclone in class ConfigurationComponentCloneNotSupportedExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.