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, testImmutability
public void reset()
reset
in interface EvictionAlgorithmConfig
public 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 CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in interface EvictionAlgorithmConfig
clone
in class ConfigurationComponent
CloneNotSupportedException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.