org.objectweb.jonas_rar.deployment.api
Class PoolParamsDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc
All Implemented Interfaces:
java.io.Serializable

public class PoolParamsDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element pool-params

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
PoolParamsDesc(PoolParams pp)
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolParamsDesc

public PoolParamsDesc(PoolParams pp)
Constructor

Parameters:
pp - PoolParams to set
Method Detail

getPoolInit

public java.lang.String getPoolInit()
Gets the pool-init

Returns:
the pool-init

getPoolMin

public java.lang.String getPoolMin()
Gets the pool-min

Returns:
the pool-min

getPoolMax

public java.lang.String getPoolMax()
Gets the pool-max

Returns:
the pool-max

getPoolMaxAge

public java.lang.String getPoolMaxAge()
Gets the pool-max-age

Returns:
the pool-max-age

getPstmtMax

public java.lang.String getPstmtMax()
Gets the pstmt-max

Returns:
the pstmt-max

getPoolMaxAgeMinutes

public java.lang.String getPoolMaxAgeMinutes()
Gets the pool-max-age-minutes

Returns:
the pool-max-age-minutes

getPoolMaxOpentime

public java.lang.String getPoolMaxOpentime()
Gets the pool-max-opentime

Returns:
the pool-max-opentime

getPoolMaxWaiters

public java.lang.String getPoolMaxWaiters()
Gets the pool-max-waiters

Returns:
the pool-max-waiters

getPoolMaxWaittime

public java.lang.String getPoolMaxWaittime()
Gets the pool-max-waittime

Returns:
pool-max-waittime

getPoolSamplingPeriod

public java.lang.String getPoolSamplingPeriod()
Gets the pool-sampling-period

Returns:
pool-sampling-period