org.apache.openejb.jee.jba
Class ContainerCacheConf

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

public class ContainerCacheConf
extends Object


Field Summary
protected  String cachePolicy
           
protected  CachePolicyConf cachePolicyConf
           
protected  CachePolicyConfOther cachePolicyConfOther
           
 
Constructor Summary
ContainerCacheConf()
           
 
Method Summary
 String getCachePolicy()
          Gets the value of the cachePolicy property.
 CachePolicyConf getCachePolicyConf()
          Gets the value of the cachePolicyConf property.
 CachePolicyConfOther getCachePolicyConfOther()
          Gets the value of the cachePolicyConfOther property.
 void setCachePolicy(String value)
          Sets the value of the cachePolicy property.
 void setCachePolicyConf(CachePolicyConf value)
          Sets the value of the cachePolicyConf property.
 void setCachePolicyConfOther(CachePolicyConfOther value)
          Sets the value of the cachePolicyConfOther property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachePolicy

protected String cachePolicy

cachePolicyConf

protected CachePolicyConf cachePolicyConf

cachePolicyConfOther

protected CachePolicyConfOther cachePolicyConfOther
Constructor Detail

ContainerCacheConf

public ContainerCacheConf()
Method Detail

getCachePolicy

public String getCachePolicy()
Gets the value of the cachePolicy property.

Returns:
possible object is String

setCachePolicy

public void setCachePolicy(String value)
Sets the value of the cachePolicy property.

Parameters:
value - allowed object is String

getCachePolicyConf

public CachePolicyConf getCachePolicyConf()
Gets the value of the cachePolicyConf property.

Returns:
possible object is CachePolicyConf

setCachePolicyConf

public void setCachePolicyConf(CachePolicyConf value)
Sets the value of the cachePolicyConf property.

Parameters:
value - allowed object is CachePolicyConf

getCachePolicyConfOther

public CachePolicyConfOther getCachePolicyConfOther()
Gets the value of the cachePolicyConfOther property.

Returns:
possible object is CachePolicyConfOther

setCachePolicyConfOther

public void setCachePolicyConfOther(CachePolicyConfOther value)
Sets the value of the cachePolicyConfOther property.

Parameters:
value - allowed object is CachePolicyConfOther


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