org.apache.openejb.jee.sun
Class BeanCache
java.lang.Object
org.apache.openejb.jee.sun.BeanCache
public class BeanCache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxCacheSize
protected String maxCacheSize
resizeQuantity
protected String resizeQuantity
isCacheOverflowAllowed
protected String isCacheOverflowAllowed
cacheIdleTimeoutInSeconds
protected String cacheIdleTimeoutInSeconds
removalTimeoutInSeconds
protected String removalTimeoutInSeconds
victimSelectionPolicy
protected String victimSelectionPolicy
BeanCache
public BeanCache()
getMaxCacheSize
public String getMaxCacheSize()
setMaxCacheSize
public void setMaxCacheSize(String value)
getResizeQuantity
public String getResizeQuantity()
setResizeQuantity
public void setResizeQuantity(String value)
getIsCacheOverflowAllowed
public String getIsCacheOverflowAllowed()
setIsCacheOverflowAllowed
public void setIsCacheOverflowAllowed(String value)
getCacheIdleTimeoutInSeconds
public String getCacheIdleTimeoutInSeconds()
setCacheIdleTimeoutInSeconds
public void setCacheIdleTimeoutInSeconds(String value)
getRemovalTimeoutInSeconds
public String getRemovalTimeoutInSeconds()
setRemovalTimeoutInSeconds
public void setRemovalTimeoutInSeconds(String value)
getVictimSelectionPolicy
public String getVictimSelectionPolicy()
setVictimSelectionPolicy
public void setVictimSelectionPolicy(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.