|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Configuration.Jdbc.PoolParameters
public static class Configuration.Jdbc.PoolParameters
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 |
|---|
protected java.math.BigInteger poolInit
protected java.math.BigInteger poolMin
protected java.math.BigInteger poolMax
protected java.math.BigInteger poolMaxAgeMinutes
protected java.math.BigInteger pstmtMax
protected java.math.BigInteger poolMaxOpentime
protected java.math.BigInteger poolMaxWaiters
protected java.math.BigInteger poolMaxWaittime
protected java.math.BigInteger poolSamplingPeriod
| Constructor Detail |
|---|
public Configuration.Jdbc.PoolParameters()
| Method Detail |
|---|
public java.math.BigInteger getPoolInit()
BigIntegerpublic void setPoolInit(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPoolMin()
BigIntegerpublic void setPoolMin(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPoolMax()
BigIntegerpublic void setPoolMax(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPoolMaxAgeMinutes()
BigIntegerpublic void setPoolMaxAgeMinutes(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPstmtMax()
BigIntegerpublic void setPstmtMax(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPoolMaxOpentime()
BigIntegerpublic void setPoolMaxOpentime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPoolMaxWaiters()
BigIntegerpublic void setPoolMaxWaiters(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPoolMaxWaittime()
BigIntegerpublic void setPoolMaxWaittime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPoolSamplingPeriod()
BigIntegerpublic void setPoolSamplingPeriod(java.math.BigInteger value)
value - allowed object is
BigInteger
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||