org.ow2.jonas.deployment.rar
Class PoolParamsDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.PoolParamsDesc
All Implemented Interfaces:
Serializable

public class PoolParamsDesc
extends Object
implements 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
 String getPoolInit()
          Gets the pool-init
 String getPoolMax()
          Gets the pool-max
 String getPoolMaxAge()
          Gets the pool-max-age
 String getPoolMaxAgeMinutes()
          Gets the pool-max-age-minutes
 String getPoolMaxOpentime()
          Gets the pool-max-opentime
 String getPoolMaxWaiters()
          Gets the pool-max-waiters
 String getPoolMaxWaittime()
          Gets the pool-max-waittime
 String getPoolMin()
          Gets the pool-min
 String getPoolSamplingPeriod()
          Gets the pool-sampling-period
 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 String getPoolInit()
Gets the pool-init

Returns:
the pool-init

getPoolMin

public String getPoolMin()
Gets the pool-min

Returns:
the pool-min

getPoolMax

public String getPoolMax()
Gets the pool-max

Returns:
the pool-max

getPoolMaxAge

public String getPoolMaxAge()
Gets the pool-max-age

Returns:
the pool-max-age

getPstmtMax

public String getPstmtMax()
Gets the pstmt-max

Returns:
the pstmt-max

getPoolMaxAgeMinutes

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

Returns:
the pool-max-age-minutes

getPoolMaxOpentime

public String getPoolMaxOpentime()
Gets the pool-max-opentime

Returns:
the pool-max-opentime

getPoolMaxWaiters

public String getPoolMaxWaiters()
Gets the pool-max-waiters

Returns:
the pool-max-waiters

getPoolMaxWaittime

public String getPoolMaxWaittime()
Gets the pool-max-waittime

Returns:
pool-max-waittime

getPoolSamplingPeriod

public String getPoolSamplingPeriod()
Gets the pool-sampling-period

Returns:
pool-sampling-period


Copyright © 2010 OW2 Consortium. All Rights Reserved.