|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.CachePolicyConf
public class CachePolicyConf
Field Summary | |
---|---|
protected String |
cacheLoadFactor
|
protected String |
flushEnabled
|
protected String |
maxBeanAge
|
protected String |
maxBeanLife
|
protected String |
maxCacheMissPeriod
|
protected String |
maxCapacity
|
protected String |
minCacheMissPeriod
|
protected String |
minCapacity
|
protected String |
overagerPeriod
|
protected String |
removerPeriod
|
protected String |
resizerPeriod
|
Constructor Summary | |
---|---|
CachePolicyConf()
|
Method Summary | |
---|---|
String |
getCacheLoadFactor()
Gets the value of the cacheLoadFactor property. |
String |
getFlushEnabled()
Gets the value of the flushEnabled property. |
String |
getMaxBeanAge()
Gets the value of the maxBeanAge property. |
String |
getMaxBeanLife()
Gets the value of the maxBeanLife property. |
String |
getMaxCacheMissPeriod()
Gets the value of the maxCacheMissPeriod property. |
String |
getMaxCapacity()
Gets the value of the maxCapacity property. |
String |
getMinCacheMissPeriod()
Gets the value of the minCacheMissPeriod property. |
String |
getMinCapacity()
Gets the value of the minCapacity property. |
String |
getOveragerPeriod()
Gets the value of the overagerPeriod property. |
String |
getRemoverPeriod()
Gets the value of the removerPeriod property. |
String |
getResizerPeriod()
Gets the value of the resizerPeriod property. |
void |
setCacheLoadFactor(String value)
Sets the value of the cacheLoadFactor property. |
void |
setFlushEnabled(String value)
Sets the value of the flushEnabled property. |
void |
setMaxBeanAge(String value)
Sets the value of the maxBeanAge property. |
void |
setMaxBeanLife(String value)
Sets the value of the maxBeanLife property. |
void |
setMaxCacheMissPeriod(String value)
Sets the value of the maxCacheMissPeriod property. |
void |
setMaxCapacity(String value)
Sets the value of the maxCapacity property. |
void |
setMinCacheMissPeriod(String value)
Sets the value of the minCacheMissPeriod property. |
void |
setMinCapacity(String value)
Sets the value of the minCapacity property. |
void |
setOveragerPeriod(String value)
Sets the value of the overagerPeriod property. |
void |
setRemoverPeriod(String value)
Sets the value of the removerPeriod property. |
void |
setResizerPeriod(String value)
Sets the value of the resizerPeriod property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String minCapacity
protected String maxCapacity
protected String removerPeriod
protected String maxBeanLife
protected String overagerPeriod
protected String maxBeanAge
protected String resizerPeriod
protected String maxCacheMissPeriod
protected String minCacheMissPeriod
protected String cacheLoadFactor
protected String flushEnabled
Constructor Detail |
---|
public CachePolicyConf()
Method Detail |
---|
public String getMinCapacity()
String
public void setMinCapacity(String value)
value
- allowed object is
String
public String getMaxCapacity()
String
public void setMaxCapacity(String value)
value
- allowed object is
String
public String getRemoverPeriod()
String
public void setRemoverPeriod(String value)
value
- allowed object is
String
public String getMaxBeanLife()
String
public void setMaxBeanLife(String value)
value
- allowed object is
String
public String getOveragerPeriod()
String
public void setOveragerPeriod(String value)
value
- allowed object is
String
public String getMaxBeanAge()
String
public void setMaxBeanAge(String value)
value
- allowed object is
String
public String getResizerPeriod()
String
public void setResizerPeriod(String value)
value
- allowed object is
String
public String getMaxCacheMissPeriod()
String
public void setMaxCacheMissPeriod(String value)
value
- allowed object is
String
public String getMinCacheMissPeriod()
String
public void setMinCacheMissPeriod(String value)
value
- allowed object is
String
public String getCacheLoadFactor()
String
public void setCacheLoadFactor(String value)
value
- allowed object is
String
public String getFlushEnabled()
String
public void setFlushEnabled(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |