|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_rar.deployment.xml.PoolParams
This class defines the implementation of the element pool-params
Constructor Summary | |
PoolParams()
Constructor |
Method Summary | |
java.lang.String |
getPoolInit()
Gets the pool-init |
java.lang.String |
getPoolMax()
Gets the pool-max |
java.lang.String |
getPoolMaxAge()
Gets the pool-max-age |
java.lang.String |
getPoolMin()
Gets the pool-min |
java.lang.String |
getPstmtMax()
Gets the pstmt-max |
void |
setPoolInit(java.lang.String poolInit)
Set the pool-init |
void |
setPoolMax(java.lang.String poolMax)
Set the pool-max |
void |
setPoolMaxAge(java.lang.String poolMaxAge)
Set the pool-max-age |
void |
setPoolMin(java.lang.String poolMin)
Set the pool-min |
void |
setPstmtMax(java.lang.String pstmtMax)
Set the pstmt-max |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PoolParams()
Method Detail |
public java.lang.String getPoolInit()
public void setPoolInit(java.lang.String poolInit)
poolInit
- poolInitpublic java.lang.String getPoolMin()
public void setPoolMin(java.lang.String poolMin)
poolMin
- poolMinpublic java.lang.String getPoolMax()
public void setPoolMax(java.lang.String poolMax)
poolMax
- poolMaxpublic java.lang.String getPoolMaxAge()
public void setPoolMaxAge(java.lang.String poolMaxAge)
poolMaxAge
- poolMaxAgepublic java.lang.String getPstmtMax()
public void setPstmtMax(java.lang.String pstmtMax)
pstmtMax
- pstmtMaxpublic java.lang.String toXML(int indent)
toXML
in interface Element
toXML
in class AbsElement
indent
- use this indent for prefixing XML representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |