org.jboss.ejb3.cache.tree
Class AbortableLRUAlgorithmConfiguration

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      extended by org.jboss.cache.eviction.EvictionAlgorithmConfigBase
          extended by org.jboss.cache.eviction.LRUAlgorithmConfig
              extended by org.jboss.ejb3.cache.tree.AbortableLRUAlgorithmConfiguration
All Implemented Interfaces:
Serializable, Cloneable, org.jboss.cache.config.CloneableConfigurationComponent, org.jboss.cache.config.EvictionAlgorithmConfig

public class AbortableLRUAlgorithmConfiguration
extends org.jboss.cache.eviction.LRUAlgorithmConfig

Author:
Manik Surtani (manik AT jboss DOT org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
evictionAlgorithmClassName, maxNodes, minTimeToLive
 
Fields inherited from class org.jboss.cache.config.ConfigurationComponent
log
 
Constructor Summary
AbortableLRUAlgorithmConfiguration()
           
 
Method Summary
 String getEvictionAlgorithmClassName()
           
 
Methods inherited from class org.jboss.cache.eviction.LRUAlgorithmConfig
clone, equals, getMaxAge, getTimeToLive, hashCode, reset, setMaxAge, setMaxAge, setTimeToLive, setTimeToLive, setTimeToLiveSeconds, toString, validate
 
Methods inherited from class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
getMaxNodes, getMinTimeToLive, setMaxNodes, setMinTimeToLive, setMinTimeToLive, setMinTimeToLiveSeconds
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbortableLRUAlgorithmConfiguration

public AbortableLRUAlgorithmConfiguration()
Method Detail

getEvictionAlgorithmClassName

public String getEvictionAlgorithmClassName()
Specified by:
getEvictionAlgorithmClassName in interface org.jboss.cache.config.EvictionAlgorithmConfig
Overrides:
getEvictionAlgorithmClassName in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.