|
|||||||||
| 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
public class 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 |
getPoolMaxAgeMinutes()
Gets the pool-max-age-minutes |
java.lang.String |
getPoolMaxOpentime()
Gets the pool-max-opentime |
java.lang.String |
getPoolMaxWaiters()
Gets the pool-max-waiters |
java.lang.String |
getPoolMaxWaittime()
Gets the pool-max-waittime |
java.lang.String |
getPoolMin()
Gets the pool-min |
java.lang.String |
getPoolSamplingPeriod()
Gets the pool-sampling-period |
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 |
setPoolMaxAgeMinutes(java.lang.String val)
Set the pool-max-age-minutes |
void |
setPoolMaxOpentime(java.lang.String val)
Set the pool-max-opentime |
void |
setPoolMaxWaiters(java.lang.String val)
Set the pool-max-waiters |
void |
setPoolMaxWaittime(java.lang.String val)
Set the pool-max-waittime |
void |
setPoolMin(java.lang.String poolMin)
Set the pool-min |
void |
setPoolSamplingPeriod(java.lang.String val)
Set the pool-sampling-period |
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 getPoolMaxAgeMinutes()
public void setPoolMaxAgeMinutes(java.lang.String val)
val - pool-max-age-minutespublic java.lang.String getPoolMaxOpentime()
public void setPoolMaxOpentime(java.lang.String val)
val - pool-max-opentimepublic java.lang.String getPoolMaxWaiters()
public void setPoolMaxWaiters(java.lang.String val)
val - pool-max-waiterspublic java.lang.String getPoolMaxWaittime()
public void setPoolMaxWaittime(java.lang.String val)
val - pool-max-waittimepublic java.lang.String getPoolSamplingPeriod()
public void setPoolSamplingPeriod(java.lang.String val)
val - pool-sampling-periodpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||