| |
|
| java.lang.Object org.objectweb.jonas_rar.deployment.api.PoolParamsDesc
PoolParamsDesc | public class PoolParamsDesc implements Serializable(Code) | | This class defines the implementation of the element pool-params
author: Eric Hardesty |
PoolParamsDesc | public PoolParamsDesc(PoolParams pp)(Code) | | Constructor
Parameters: pp - PoolParams to set |
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 |
|
|
|