org.objectweb.jonas_rar.deployment.xml
Class PoolParams

java.lang.Object
  extended byorg.objectweb.jonas_lib.deployment.xml.AbsElement
      extended byorg.objectweb.jonas_rar.deployment.xml.PoolParams
All Implemented Interfaces:
Element, java.io.Serializable

public class PoolParams
extends AbsElement

This class defines the implementation of the element pool-params

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
PoolParams()
          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
 void setPoolInit(java.lang.String poolInit)
          Set the pool-init
 void setPoolMax(java.lang.String poolMax)
          Set the pool-max
 void setPoolMaxAge(java.lang.String poolMaxAge)
          Set the pool-max-age
 void setPoolMin(java.lang.String poolMin)
          Set the pool-min
 void setPstmtMax(java.lang.String pstmtMax)
          Set the pstmt-max
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolParams

public PoolParams()
Constructor

Method Detail

getPoolInit

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

Returns:
the pool-init

setPoolInit

public void setPoolInit(java.lang.String poolInit)
Set the pool-init

Parameters:
poolInit - poolInit

getPoolMin

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

Returns:
the pool-min

setPoolMin

public void setPoolMin(java.lang.String poolMin)
Set the pool-min

Parameters:
poolMin - poolMin

getPoolMax

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

Returns:
the pool-max

setPoolMax

public void setPoolMax(java.lang.String poolMax)
Set the pool-max

Parameters:
poolMax - poolMax

getPoolMaxAge

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

Returns:
the pool-max-age

setPoolMaxAge

public void setPoolMaxAge(java.lang.String poolMaxAge)
Set the pool-max-age

Parameters:
poolMaxAge - poolMaxAge

getPstmtMax

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

Returns:
the pstmt-max

setPstmtMax

public void setPstmtMax(java.lang.String pstmtMax)
Set the pstmt-max

Parameters:
pstmtMax - pstmtMax

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.