|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.ContainerCacheConf
public class ContainerCacheConf
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 |
---|
protected String cachePolicy
protected CachePolicyConf cachePolicyConf
protected CachePolicyConfOther cachePolicyConfOther
Constructor Detail |
---|
public ContainerCacheConf()
Method Detail |
---|
public String getCachePolicy()
String
public void setCachePolicy(String value)
value
- allowed object is
String
public CachePolicyConf getCachePolicyConf()
CachePolicyConf
public void setCachePolicyConf(CachePolicyConf value)
value
- allowed object is
CachePolicyConf
public CachePolicyConfOther getCachePolicyConfOther()
CachePolicyConfOther
public void setCachePolicyConfOther(CachePolicyConfOther value)
value
- allowed object is
CachePolicyConfOther
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |