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

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

public static class Configuration.Jdbc.JdbcRa.PoolParameters
extends 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  BigInteger poolInit
           
protected  BigInteger poolMax
           
protected  BigInteger poolMaxAgeMinutes
           
protected  BigInteger poolMaxOpentime
           
protected  BigInteger poolMaxWaiters
           
protected  BigInteger poolMaxWaittime
           
protected  BigInteger poolMin
           
protected  BigInteger poolSamplingPeriod
           
protected  BigInteger pstmtMax
           
 
Constructor Summary
Configuration.Jdbc.JdbcRa.PoolParameters()
           
 
Method Summary
 BigInteger getPoolInit()
          Gets the value of the poolInit property.
 BigInteger getPoolMax()
          Gets the value of the poolMax property.
 BigInteger getPoolMaxAgeMinutes()
          Gets the value of the poolMaxAgeMinutes property.
 BigInteger getPoolMaxOpentime()
          Gets the value of the poolMaxOpentime property.
 BigInteger getPoolMaxWaiters()
          Gets the value of the poolMaxWaiters property.
 BigInteger getPoolMaxWaittime()
          Gets the value of the poolMaxWaittime property.
 BigInteger getPoolMin()
          Gets the value of the poolMin property.
 BigInteger getPoolSamplingPeriod()
          Gets the value of the poolSamplingPeriod property.
 BigInteger getPstmtMax()
          Gets the value of the pstmtMax property.
 void setPoolInit(BigInteger value)
          Sets the value of the poolInit property.
 void setPoolMax(BigInteger value)
          Sets the value of the poolMax property.
 void setPoolMaxAgeMinutes(BigInteger value)
          Sets the value of the poolMaxAgeMinutes property.
 void setPoolMaxOpentime(BigInteger value)
          Sets the value of the poolMaxOpentime property.
 void setPoolMaxWaiters(BigInteger value)
          Sets the value of the poolMaxWaiters property.
 void setPoolMaxWaittime(BigInteger value)
          Sets the value of the poolMaxWaittime property.
 void setPoolMin(BigInteger value)
          Sets the value of the poolMin property.
 void setPoolSamplingPeriod(BigInteger value)
          Sets the value of the poolSamplingPeriod property.
 void setPstmtMax(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 BigInteger poolInit

poolMin

protected BigInteger poolMin

poolMax

protected BigInteger poolMax

poolMaxAgeMinutes

protected BigInteger poolMaxAgeMinutes

pstmtMax

protected BigInteger pstmtMax

poolMaxOpentime

protected BigInteger poolMaxOpentime

poolMaxWaiters

protected BigInteger poolMaxWaiters

poolMaxWaittime

protected BigInteger poolMaxWaittime

poolSamplingPeriod

protected BigInteger poolSamplingPeriod
Constructor Detail

Configuration.Jdbc.JdbcRa.PoolParameters

public Configuration.Jdbc.JdbcRa.PoolParameters()
Method Detail

getPoolInit

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

Returns:
possible object is BigInteger

setPoolInit

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

Parameters:
value - allowed object is BigInteger

getPoolMin

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

Returns:
possible object is BigInteger

setPoolMin

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

Parameters:
value - allowed object is BigInteger

getPoolMax

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

Returns:
possible object is BigInteger

setPoolMax

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

Parameters:
value - allowed object is BigInteger

getPoolMaxAgeMinutes

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

Returns:
possible object is BigInteger

setPoolMaxAgeMinutes

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

Parameters:
value - allowed object is BigInteger

getPstmtMax

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

Returns:
possible object is BigInteger

setPstmtMax

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

Parameters:
value - allowed object is BigInteger

getPoolMaxOpentime

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

Returns:
possible object is BigInteger

setPoolMaxOpentime

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

Parameters:
value - allowed object is BigInteger

getPoolMaxWaiters

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

Returns:
possible object is BigInteger

setPoolMaxWaiters

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

Parameters:
value - allowed object is BigInteger

getPoolMaxWaittime

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

Returns:
possible object is BigInteger

setPoolMaxWaittime

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

Parameters:
value - allowed object is BigInteger

getPoolSamplingPeriod

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

Returns:
possible object is BigInteger

setPoolSamplingPeriod

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

Parameters:
value - allowed object is BigInteger


Copyright © 2012 OW2 Consortium. All Rights Reserved.