org.objectweb.jonas_rar.deployment.api
Class PoolParamsDesc

java.lang.Object
  extended byorg.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 getPoolMin()
          Gets the pool-min
 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

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