org.apache.openejb.jee.jba
Class CachePolicyConf

java.lang.Object
  extended by org.apache.openejb.jee.jba.CachePolicyConf

public class CachePolicyConf
extends java.lang.Object


Field Summary
protected  java.lang.String cacheLoadFactor
           
protected  java.lang.String flushEnabled
           
protected  java.lang.String maxBeanAge
           
protected  java.lang.String maxBeanLife
           
protected  java.lang.String maxCacheMissPeriod
           
protected  java.lang.String maxCapacity
           
protected  java.lang.String minCacheMissPeriod
           
protected  java.lang.String minCapacity
           
protected  java.lang.String overagerPeriod
           
protected  java.lang.String removerPeriod
           
protected  java.lang.String resizerPeriod
           
 
Constructor Summary
CachePolicyConf()
           
 
Method Summary
 java.lang.String getCacheLoadFactor()
          Gets the value of the cacheLoadFactor property.
 java.lang.String getFlushEnabled()
          Gets the value of the flushEnabled property.
 java.lang.String getMaxBeanAge()
          Gets the value of the maxBeanAge property.
 java.lang.String getMaxBeanLife()
          Gets the value of the maxBeanLife property.
 java.lang.String getMaxCacheMissPeriod()
          Gets the value of the maxCacheMissPeriod property.
 java.lang.String getMaxCapacity()
          Gets the value of the maxCapacity property.
 java.lang.String getMinCacheMissPeriod()
          Gets the value of the minCacheMissPeriod property.
 java.lang.String getMinCapacity()
          Gets the value of the minCapacity property.
 java.lang.String getOveragerPeriod()
          Gets the value of the overagerPeriod property.
 java.lang.String getRemoverPeriod()
          Gets the value of the removerPeriod property.
 java.lang.String getResizerPeriod()
          Gets the value of the resizerPeriod property.
 void setCacheLoadFactor(java.lang.String value)
          Sets the value of the cacheLoadFactor property.
 void setFlushEnabled(java.lang.String value)
          Sets the value of the flushEnabled property.
 void setMaxBeanAge(java.lang.String value)
          Sets the value of the maxBeanAge property.
 void setMaxBeanLife(java.lang.String value)
          Sets the value of the maxBeanLife property.
 void setMaxCacheMissPeriod(java.lang.String value)
          Sets the value of the maxCacheMissPeriod property.
 void setMaxCapacity(java.lang.String value)
          Sets the value of the maxCapacity property.
 void setMinCacheMissPeriod(java.lang.String value)
          Sets the value of the minCacheMissPeriod property.
 void setMinCapacity(java.lang.String value)
          Sets the value of the minCapacity property.
 void setOveragerPeriod(java.lang.String value)
          Sets the value of the overagerPeriod property.
 void setRemoverPeriod(java.lang.String value)
          Sets the value of the removerPeriod property.
 void setResizerPeriod(java.lang.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

minCapacity

protected java.lang.String minCapacity

maxCapacity

protected java.lang.String maxCapacity

removerPeriod

protected java.lang.String removerPeriod

maxBeanLife

protected java.lang.String maxBeanLife

overagerPeriod

protected java.lang.String overagerPeriod

maxBeanAge

protected java.lang.String maxBeanAge

resizerPeriod

protected java.lang.String resizerPeriod

maxCacheMissPeriod

protected java.lang.String maxCacheMissPeriod

minCacheMissPeriod

protected java.lang.String minCacheMissPeriod

cacheLoadFactor

protected java.lang.String cacheLoadFactor

flushEnabled

protected java.lang.String flushEnabled
Constructor Detail

CachePolicyConf

public CachePolicyConf()
Method Detail

getMinCapacity

public java.lang.String getMinCapacity()
Gets the value of the minCapacity property.

Returns:
possible object is String

setMinCapacity

public void setMinCapacity(java.lang.String value)
Sets the value of the minCapacity property.

Parameters:
value - allowed object is String

getMaxCapacity

public java.lang.String getMaxCapacity()
Gets the value of the maxCapacity property.

Returns:
possible object is String

setMaxCapacity

public void setMaxCapacity(java.lang.String value)
Sets the value of the maxCapacity property.

Parameters:
value - allowed object is String

getRemoverPeriod

public java.lang.String getRemoverPeriod()
Gets the value of the removerPeriod property.

Returns:
possible object is String

setRemoverPeriod

public void setRemoverPeriod(java.lang.String value)
Sets the value of the removerPeriod property.

Parameters:
value - allowed object is String

getMaxBeanLife

public java.lang.String getMaxBeanLife()
Gets the value of the maxBeanLife property.

Returns:
possible object is String

setMaxBeanLife

public void setMaxBeanLife(java.lang.String value)
Sets the value of the maxBeanLife property.

Parameters:
value - allowed object is String

getOveragerPeriod

public java.lang.String getOveragerPeriod()
Gets the value of the overagerPeriod property.

Returns:
possible object is String

setOveragerPeriod

public void setOveragerPeriod(java.lang.String value)
Sets the value of the overagerPeriod property.

Parameters:
value - allowed object is String

getMaxBeanAge

public java.lang.String getMaxBeanAge()
Gets the value of the maxBeanAge property.

Returns:
possible object is String

setMaxBeanAge

public void setMaxBeanAge(java.lang.String value)
Sets the value of the maxBeanAge property.

Parameters:
value - allowed object is String

getResizerPeriod

public java.lang.String getResizerPeriod()
Gets the value of the resizerPeriod property.

Returns:
possible object is String

setResizerPeriod

public void setResizerPeriod(java.lang.String value)
Sets the value of the resizerPeriod property.

Parameters:
value - allowed object is String

getMaxCacheMissPeriod

public java.lang.String getMaxCacheMissPeriod()
Gets the value of the maxCacheMissPeriod property.

Returns:
possible object is String

setMaxCacheMissPeriod

public void setMaxCacheMissPeriod(java.lang.String value)
Sets the value of the maxCacheMissPeriod property.

Parameters:
value - allowed object is String

getMinCacheMissPeriod

public java.lang.String getMinCacheMissPeriod()
Gets the value of the minCacheMissPeriod property.

Returns:
possible object is String

setMinCacheMissPeriod

public void setMinCacheMissPeriod(java.lang.String value)
Sets the value of the minCacheMissPeriod property.

Parameters:
value - allowed object is String

getCacheLoadFactor

public java.lang.String getCacheLoadFactor()
Gets the value of the cacheLoadFactor property.

Returns:
possible object is String

setCacheLoadFactor

public void setCacheLoadFactor(java.lang.String value)
Sets the value of the cacheLoadFactor property.

Parameters:
value - allowed object is String

getFlushEnabled

public java.lang.String getFlushEnabled()
Gets the value of the flushEnabled property.

Returns:
possible object is String

setFlushEnabled

public void setFlushEnabled(java.lang.String value)
Sets the value of the flushEnabled property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.