Package org.apache.openejb.jee.jba
Class CachePolicyConf
- java.lang.Object
-
- org.apache.openejb.jee.jba.CachePolicyConf
-
public class CachePolicyConf extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcacheLoadFactorprotected StringflushEnabledprotected StringmaxBeanAgeprotected StringmaxBeanLifeprotected StringmaxCacheMissPeriodprotected StringmaxCapacityprotected StringminCacheMissPeriodprotected StringminCapacityprotected StringoveragerPeriodprotected StringremoverPeriodprotected StringresizerPeriod
-
Constructor Summary
Constructors Constructor Description CachePolicyConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheLoadFactor()Gets the value of the cacheLoadFactor property.StringgetFlushEnabled()Gets the value of the flushEnabled property.StringgetMaxBeanAge()Gets the value of the maxBeanAge property.StringgetMaxBeanLife()Gets the value of the maxBeanLife property.StringgetMaxCacheMissPeriod()Gets the value of the maxCacheMissPeriod property.StringgetMaxCapacity()Gets the value of the maxCapacity property.StringgetMinCacheMissPeriod()Gets the value of the minCacheMissPeriod property.StringgetMinCapacity()Gets the value of the minCapacity property.StringgetOveragerPeriod()Gets the value of the overagerPeriod property.StringgetRemoverPeriod()Gets the value of the removerPeriod property.StringgetResizerPeriod()Gets the value of the resizerPeriod property.voidsetCacheLoadFactor(String value)Sets the value of the cacheLoadFactor property.voidsetFlushEnabled(String value)Sets the value of the flushEnabled property.voidsetMaxBeanAge(String value)Sets the value of the maxBeanAge property.voidsetMaxBeanLife(String value)Sets the value of the maxBeanLife property.voidsetMaxCacheMissPeriod(String value)Sets the value of the maxCacheMissPeriod property.voidsetMaxCapacity(String value)Sets the value of the maxCapacity property.voidsetMinCacheMissPeriod(String value)Sets the value of the minCacheMissPeriod property.voidsetMinCapacity(String value)Sets the value of the minCapacity property.voidsetOveragerPeriod(String value)Sets the value of the overagerPeriod property.voidsetRemoverPeriod(String value)Sets the value of the removerPeriod property.voidsetResizerPeriod(String value)Sets the value of the resizerPeriod property.
-
-
-
Field Detail
-
minCapacity
protected String minCapacity
-
maxCapacity
protected String maxCapacity
-
removerPeriod
protected String removerPeriod
-
maxBeanLife
protected String maxBeanLife
-
overagerPeriod
protected String overagerPeriod
-
maxBeanAge
protected String maxBeanAge
-
resizerPeriod
protected String resizerPeriod
-
maxCacheMissPeriod
protected String maxCacheMissPeriod
-
minCacheMissPeriod
protected String minCacheMissPeriod
-
cacheLoadFactor
protected String cacheLoadFactor
-
flushEnabled
protected String flushEnabled
-
-
Method Detail
-
getMinCapacity
public String getMinCapacity()
Gets the value of the minCapacity property.- Returns:
- possible object is
String
-
setMinCapacity
public void setMinCapacity(String value)
Sets the value of the minCapacity property.- Parameters:
value- allowed object isString
-
getMaxCapacity
public String getMaxCapacity()
Gets the value of the maxCapacity property.- Returns:
- possible object is
String
-
setMaxCapacity
public void setMaxCapacity(String value)
Sets the value of the maxCapacity property.- Parameters:
value- allowed object isString
-
getRemoverPeriod
public String getRemoverPeriod()
Gets the value of the removerPeriod property.- Returns:
- possible object is
String
-
setRemoverPeriod
public void setRemoverPeriod(String value)
Sets the value of the removerPeriod property.- Parameters:
value- allowed object isString
-
getMaxBeanLife
public String getMaxBeanLife()
Gets the value of the maxBeanLife property.- Returns:
- possible object is
String
-
setMaxBeanLife
public void setMaxBeanLife(String value)
Sets the value of the maxBeanLife property.- Parameters:
value- allowed object isString
-
getOveragerPeriod
public String getOveragerPeriod()
Gets the value of the overagerPeriod property.- Returns:
- possible object is
String
-
setOveragerPeriod
public void setOveragerPeriod(String value)
Sets the value of the overagerPeriod property.- Parameters:
value- allowed object isString
-
getMaxBeanAge
public String getMaxBeanAge()
Gets the value of the maxBeanAge property.- Returns:
- possible object is
String
-
setMaxBeanAge
public void setMaxBeanAge(String value)
Sets the value of the maxBeanAge property.- Parameters:
value- allowed object isString
-
getResizerPeriod
public String getResizerPeriod()
Gets the value of the resizerPeriod property.- Returns:
- possible object is
String
-
setResizerPeriod
public void setResizerPeriod(String value)
Sets the value of the resizerPeriod property.- Parameters:
value- allowed object isString
-
getMaxCacheMissPeriod
public String getMaxCacheMissPeriod()
Gets the value of the maxCacheMissPeriod property.- Returns:
- possible object is
String
-
setMaxCacheMissPeriod
public void setMaxCacheMissPeriod(String value)
Sets the value of the maxCacheMissPeriod property.- Parameters:
value- allowed object isString
-
getMinCacheMissPeriod
public String getMinCacheMissPeriod()
Gets the value of the minCacheMissPeriod property.- Returns:
- possible object is
String
-
setMinCacheMissPeriod
public void setMinCacheMissPeriod(String value)
Sets the value of the minCacheMissPeriod property.- Parameters:
value- allowed object isString
-
getCacheLoadFactor
public String getCacheLoadFactor()
Gets the value of the cacheLoadFactor property.- Returns:
- possible object is
String
-
setCacheLoadFactor
public void setCacheLoadFactor(String value)
Sets the value of the cacheLoadFactor property.- Parameters:
value- allowed object isString
-
getFlushEnabled
public String getFlushEnabled()
Gets the value of the flushEnabled property.- Returns:
- possible object is
String
-
-