| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.PoolParams
PoolParams | public class PoolParams extends AbsElement (Code) | | This class defines the implementation of the element pool-params
author: Florent Benoit |
PoolParams | public PoolParams()(Code) | | Constructor
|
getPoolInit | public String getPoolInit()(Code) | | Gets the pool-init
the pool-init |
getPoolMax | public String getPoolMax()(Code) | | Gets the pool-max
the pool-max |
getPoolMaxAge | public String getPoolMaxAge()(Code) | | Gets the pool-max-age
the pool-max-age |
getPoolMaxAgeMinutes | public String getPoolMaxAgeMinutes()(Code) | | Gets the pool-max-age-minutes
the pool-max-age-minutes |
getPoolMaxOpentime | public String getPoolMaxOpentime()(Code) | | Gets the pool-max-opentime
the pool-max-opentime |
getPoolMaxWaiters | public String getPoolMaxWaiters()(Code) | | Gets the pool-max-waiters
the pool-max-waiters |
getPoolMaxWaittime | public String getPoolMaxWaittime()(Code) | | Gets the pool-max-waittime
pool-max-waittime |
getPoolMin | public String getPoolMin()(Code) | | Gets the pool-min
the pool-min |
getPoolSamplingPeriod | public String getPoolSamplingPeriod()(Code) | | Gets the pool-sampling-period
pool-sampling-period |
getPstmtMax | public String getPstmtMax()(Code) | | Gets the pstmt-max
the pstmt-max |
setPoolInit | public void setPoolInit(String poolInit)(Code) | | Set the pool-init
Parameters: poolInit - poolInit |
setPoolMax | public void setPoolMax(String poolMax)(Code) | | Set the pool-max
Parameters: poolMax - poolMax |
setPoolMaxAge | public void setPoolMaxAge(String poolMaxAge)(Code) | | Set the pool-max-age
Parameters: poolMaxAge - poolMaxAge |
setPoolMaxAgeMinutes | public void setPoolMaxAgeMinutes(String val)(Code) | | Set the pool-max-age-minutes
Parameters: val - pool-max-age-minutes |
setPoolMaxOpentime | public void setPoolMaxOpentime(String val)(Code) | | Set the pool-max-opentime
Parameters: val - pool-max-opentime |
setPoolMaxWaiters | public void setPoolMaxWaiters(String val)(Code) | | Set the pool-max-waiters
Parameters: val - pool-max-waiters |
setPoolMaxWaittime | public void setPoolMaxWaittime(String val)(Code) | | Set the pool-max-waittime
Parameters: val - pool-max-waittime |
setPoolMin | public void setPoolMin(String poolMin)(Code) | | Set the pool-min
Parameters: poolMin - poolMin |
setPoolSamplingPeriod | public void setPoolSamplingPeriod(String val)(Code) | | Set the pool-sampling-period
Parameters: val - pool-sampling-period |
setPstmtMax | public void setPstmtMax(String pstmtMax)(Code) | | Set the pstmt-max
Parameters: pstmtMax - pstmtMax |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|