Package org.apache.openejb.jee.jba
Class ContainerCacheConf
- java.lang.Object
-
- org.apache.openejb.jee.jba.ContainerCacheConf
-
public class ContainerCacheConf extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcachePolicyprotected CachePolicyConfcachePolicyConfprotected CachePolicyConfOthercachePolicyConfOther
-
Constructor Summary
Constructors Constructor Description ContainerCacheConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCachePolicy()Gets the value of the cachePolicy property.CachePolicyConfgetCachePolicyConf()Gets the value of the cachePolicyConf property.CachePolicyConfOthergetCachePolicyConfOther()Gets the value of the cachePolicyConfOther property.voidsetCachePolicy(String value)Sets the value of the cachePolicy property.voidsetCachePolicyConf(CachePolicyConf value)Sets the value of the cachePolicyConf property.voidsetCachePolicyConfOther(CachePolicyConfOther value)Sets the value of the cachePolicyConfOther property.
-
-
-
Field Detail
-
cachePolicy
protected String cachePolicy
-
cachePolicyConf
protected CachePolicyConf cachePolicyConf
-
cachePolicyConfOther
protected CachePolicyConfOther cachePolicyConfOther
-
-
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 isString
-
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 isCachePolicyConf
-
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 isCachePolicyConfOther
-
-