|
||||||||||
| 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()
Stringpublic void setMinCapacity(String value)
value - allowed object is
Stringpublic String getMaxCapacity()
Stringpublic void setMaxCapacity(String value)
value - allowed object is
Stringpublic String getRemoverPeriod()
Stringpublic void setRemoverPeriod(String value)
value - allowed object is
Stringpublic String getMaxBeanLife()
Stringpublic void setMaxBeanLife(String value)
value - allowed object is
Stringpublic String getOveragerPeriod()
Stringpublic void setOveragerPeriod(String value)
value - allowed object is
Stringpublic String getMaxBeanAge()
Stringpublic void setMaxBeanAge(String value)
value - allowed object is
Stringpublic String getResizerPeriod()
Stringpublic void setResizerPeriod(String value)
value - allowed object is
Stringpublic String getMaxCacheMissPeriod()
Stringpublic void setMaxCacheMissPeriod(String value)
value - allowed object is
Stringpublic String getMinCacheMissPeriod()
Stringpublic void setMinCacheMissPeriod(String value)
value - allowed object is
Stringpublic String getCacheLoadFactor()
Stringpublic void setCacheLoadFactor(String value)
value - allowed object is
Stringpublic String getFlushEnabled()
Stringpublic 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 | |||||||||