org.ow2.jonas.deployment.rar.xml
Class PoolParams

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.rar.xml.PoolParams
All Implemented Interfaces:
Serializable, Element

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
 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
 void setPoolInit(String poolInit)
          Set the pool-init
 void setPoolMax(String poolMax)
          Set the pool-max
 void setPoolMaxAge(String poolMaxAge)
          Set the pool-max-age
 void setPoolMaxAgeMinutes(String val)
          Set the pool-max-age-minutes
 void setPoolMaxOpentime(String val)
          Set the pool-max-opentime
 void setPoolMaxWaiters(String val)
          Set the pool-max-waiters
 void setPoolMaxWaittime(String val)
          Set the pool-max-waittime
 void setPoolMin(String poolMin)
          Set the pool-min
 void setPoolSamplingPeriod(String val)
          Set the pool-sampling-period
 void setPstmtMax(String pstmtMax)
          Set the pstmt-max
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.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 String getPoolInit()
Gets the pool-init

Returns:
the pool-init

setPoolInit

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

Parameters:
poolInit - poolInit

getPoolMin

public String getPoolMin()
Gets the pool-min

Returns:
the pool-min

setPoolMin

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

Parameters:
poolMin - poolMin

getPoolMax

public String getPoolMax()
Gets the pool-max

Returns:
the pool-max

setPoolMax

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

Parameters:
poolMax - poolMax

getPoolMaxAge

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

Returns:
the pool-max-age

setPoolMaxAge

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

Parameters:
poolMaxAge - poolMaxAge

getPstmtMax

public String getPstmtMax()
Gets the pstmt-max

Returns:
the pstmt-max

setPstmtMax

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

Parameters:
pstmtMax - pstmtMax

getPoolMaxAgeMinutes

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

Returns:
the pool-max-age-minutes

setPoolMaxAgeMinutes

public void setPoolMaxAgeMinutes(String val)
Set the pool-max-age-minutes

Parameters:
val - pool-max-age-minutes

getPoolMaxOpentime

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

Returns:
the pool-max-opentime

setPoolMaxOpentime

public void setPoolMaxOpentime(String val)
Set the pool-max-opentime

Parameters:
val - pool-max-opentime

getPoolMaxWaiters

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

Returns:
the pool-max-waiters

setPoolMaxWaiters

public void setPoolMaxWaiters(String val)
Set the pool-max-waiters

Parameters:
val - pool-max-waiters

getPoolMaxWaittime

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

Returns:
pool-max-waittime

setPoolMaxWaittime

public void setPoolMaxWaittime(String val)
Set the pool-max-waittime

Parameters:
val - pool-max-waittime

getPoolSamplingPeriod

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

Returns:
pool-sampling-period

setPoolSamplingPeriod

public void setPoolSamplingPeriod(String val)
Set the pool-sampling-period

Parameters:
val - pool-sampling-period

toXML

public 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.


Copyright © 2010 OW2 Consortium. All Rights Reserved.