org.ow2.jasmine.deployme.generated
Class Configuration.Jdbc.PoolParameters

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Configuration.Jdbc.PoolParameters
Enclosing class:
Configuration.Jdbc

public static class Configuration.Jdbc.PoolParameters
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pool_init" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pool_min" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pool_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pool_max_age_minutes" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pstmt_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pool_max_opentime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pool_max_waiters" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pool_max_waittime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="pool_sampling_period" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger poolInit
           
protected  java.math.BigInteger poolMax
           
protected  java.math.BigInteger poolMaxAgeMinutes
           
protected  java.math.BigInteger poolMaxOpentime
           
protected  java.math.BigInteger poolMaxWaiters
           
protected  java.math.BigInteger poolMaxWaittime
           
protected  java.math.BigInteger poolMin
           
protected  java.math.BigInteger poolSamplingPeriod
           
protected  java.math.BigInteger pstmtMax
           
 
Constructor Summary
Configuration.Jdbc.PoolParameters()
           
 
Method Summary
 java.math.BigInteger getPoolInit()
          Gets the value of the poolInit property.
 java.math.BigInteger getPoolMax()
          Gets the value of the poolMax property.
 java.math.BigInteger getPoolMaxAgeMinutes()
          Gets the value of the poolMaxAgeMinutes property.
 java.math.BigInteger getPoolMaxOpentime()
          Gets the value of the poolMaxOpentime property.
 java.math.BigInteger getPoolMaxWaiters()
          Gets the value of the poolMaxWaiters property.
 java.math.BigInteger getPoolMaxWaittime()
          Gets the value of the poolMaxWaittime property.
 java.math.BigInteger getPoolMin()
          Gets the value of the poolMin property.
 java.math.BigInteger getPoolSamplingPeriod()
          Gets the value of the poolSamplingPeriod property.
 java.math.BigInteger getPstmtMax()
          Gets the value of the pstmtMax property.
 void setPoolInit(java.math.BigInteger value)
          Sets the value of the poolInit property.
 void setPoolMax(java.math.BigInteger value)
          Sets the value of the poolMax property.
 void setPoolMaxAgeMinutes(java.math.BigInteger value)
          Sets the value of the poolMaxAgeMinutes property.
 void setPoolMaxOpentime(java.math.BigInteger value)
          Sets the value of the poolMaxOpentime property.
 void setPoolMaxWaiters(java.math.BigInteger value)
          Sets the value of the poolMaxWaiters property.
 void setPoolMaxWaittime(java.math.BigInteger value)
          Sets the value of the poolMaxWaittime property.
 void setPoolMin(java.math.BigInteger value)
          Sets the value of the poolMin property.
 void setPoolSamplingPeriod(java.math.BigInteger value)
          Sets the value of the poolSamplingPeriod property.
 void setPstmtMax(java.math.BigInteger value)
          Sets the value of the pstmtMax property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

poolInit

protected java.math.BigInteger poolInit

poolMin

protected java.math.BigInteger poolMin

poolMax

protected java.math.BigInteger poolMax

poolMaxAgeMinutes

protected java.math.BigInteger poolMaxAgeMinutes

pstmtMax

protected java.math.BigInteger pstmtMax

poolMaxOpentime

protected java.math.BigInteger poolMaxOpentime

poolMaxWaiters

protected java.math.BigInteger poolMaxWaiters

poolMaxWaittime

protected java.math.BigInteger poolMaxWaittime

poolSamplingPeriod

protected java.math.BigInteger poolSamplingPeriod
Constructor Detail

Configuration.Jdbc.PoolParameters

public Configuration.Jdbc.PoolParameters()
Method Detail

getPoolInit

public java.math.BigInteger getPoolInit()
Gets the value of the poolInit property.

Returns:
possible object is BigInteger

setPoolInit

public void setPoolInit(java.math.BigInteger value)
Sets the value of the poolInit property.

Parameters:
value - allowed object is BigInteger

getPoolMin

public java.math.BigInteger getPoolMin()
Gets the value of the poolMin property.

Returns:
possible object is BigInteger

setPoolMin

public void setPoolMin(java.math.BigInteger value)
Sets the value of the poolMin property.

Parameters:
value - allowed object is BigInteger

getPoolMax

public java.math.BigInteger getPoolMax()
Gets the value of the poolMax property.

Returns:
possible object is BigInteger

setPoolMax

public void setPoolMax(java.math.BigInteger value)
Sets the value of the poolMax property.

Parameters:
value - allowed object is BigInteger

getPoolMaxAgeMinutes

public java.math.BigInteger getPoolMaxAgeMinutes()
Gets the value of the poolMaxAgeMinutes property.

Returns:
possible object is BigInteger

setPoolMaxAgeMinutes

public void setPoolMaxAgeMinutes(java.math.BigInteger value)
Sets the value of the poolMaxAgeMinutes property.

Parameters:
value - allowed object is BigInteger

getPstmtMax

public java.math.BigInteger getPstmtMax()
Gets the value of the pstmtMax property.

Returns:
possible object is BigInteger

setPstmtMax

public void setPstmtMax(java.math.BigInteger value)
Sets the value of the pstmtMax property.

Parameters:
value - allowed object is BigInteger

getPoolMaxOpentime

public java.math.BigInteger getPoolMaxOpentime()
Gets the value of the poolMaxOpentime property.

Returns:
possible object is BigInteger

setPoolMaxOpentime

public void setPoolMaxOpentime(java.math.BigInteger value)
Sets the value of the poolMaxOpentime property.

Parameters:
value - allowed object is BigInteger

getPoolMaxWaiters

public java.math.BigInteger getPoolMaxWaiters()
Gets the value of the poolMaxWaiters property.

Returns:
possible object is BigInteger

setPoolMaxWaiters

public void setPoolMaxWaiters(java.math.BigInteger value)
Sets the value of the poolMaxWaiters property.

Parameters:
value - allowed object is BigInteger

getPoolMaxWaittime

public java.math.BigInteger getPoolMaxWaittime()
Gets the value of the poolMaxWaittime property.

Returns:
possible object is BigInteger

setPoolMaxWaittime

public void setPoolMaxWaittime(java.math.BigInteger value)
Sets the value of the poolMaxWaittime property.

Parameters:
value - allowed object is BigInteger

getPoolSamplingPeriod

public java.math.BigInteger getPoolSamplingPeriod()
Gets the value of the poolSamplingPeriod property.

Returns:
possible object is BigInteger

setPoolSamplingPeriod

public void setPoolSamplingPeriod(java.math.BigInteger value)
Sets the value of the poolSamplingPeriod property.

Parameters:
value - allowed object is BigInteger


Copyright © 2008 OW2 Consortium. All Rights Reserved.