org.apache.openejb.jee.sun
Class BeanCache

java.lang.Object
  extended by org.apache.openejb.jee.sun.BeanCache

public class BeanCache
extends Object


Field Summary
protected  String cacheIdleTimeoutInSeconds
           
protected  String isCacheOverflowAllowed
           
protected  String maxCacheSize
           
protected  String removalTimeoutInSeconds
           
protected  String resizeQuantity
           
protected  String victimSelectionPolicy
           
 
Constructor Summary
BeanCache()
           
 
Method Summary
 String getCacheIdleTimeoutInSeconds()
           
 String getIsCacheOverflowAllowed()
           
 String getMaxCacheSize()
           
 String getRemovalTimeoutInSeconds()
           
 String getResizeQuantity()
           
 String getVictimSelectionPolicy()
           
 void setCacheIdleTimeoutInSeconds(String value)
           
 void setIsCacheOverflowAllowed(String value)
           
 void setMaxCacheSize(String value)
           
 void setRemovalTimeoutInSeconds(String value)
           
 void setResizeQuantity(String value)
           
 void setVictimSelectionPolicy(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxCacheSize

protected String maxCacheSize

resizeQuantity

protected String resizeQuantity

isCacheOverflowAllowed

protected String isCacheOverflowAllowed

cacheIdleTimeoutInSeconds

protected String cacheIdleTimeoutInSeconds

removalTimeoutInSeconds

protected String removalTimeoutInSeconds

victimSelectionPolicy

protected String victimSelectionPolicy
Constructor Detail

BeanCache

public BeanCache()
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.