|
||||||||||
| 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 EvictionAlgorithmConfigpublic java.lang.String getEvictionAlgorithmClassName()
EvictionAlgorithmConfigEvictionAlgorithm implementation
this object will configure.
getEvictionAlgorithmClassName in interface EvictionAlgorithmConfig
public void validate()
throws ConfigurationException
validate in interface EvictionAlgorithmConfigConfigurationException - if any values for the configuration
properties are invalid
public NullEvictionAlgorithmConfig clone()
throws java.lang.CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in interface EvictionAlgorithmConfigclone in class ConfigurationComponentjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||