|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.PoolParametersType
public class PoolParametersType
The
Java class for poolParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="poolParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="poolInit" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="poolMin" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="poolMax" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="pstmtMax" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="pstmtCachePolicy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="List"/>
<enumeration value="Map"/>
</restriction>
</simpleType>
</attribute>
<attribute name="poolMaxOpenTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="poolMaxWaiters" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="poolMaxWaitingTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="poolMaxAge" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="poolSamplingPeriod" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Long |
poolInit
|
protected Long |
poolMax
|
protected Long |
poolMaxAge
|
protected Long |
poolMaxOpenTime
|
protected Long |
poolMaxWaiters
|
protected Long |
poolMaxWaitingTime
|
protected Long |
poolMin
|
protected Long |
poolSamplingPeriod
|
protected String |
pstmtCachePolicy
|
protected Long |
pstmtMax
|
| Constructor Summary | |
|---|---|
PoolParametersType()
|
|
| Method Summary | |
|---|---|
Long |
getPoolInit()
Gets the value of the poolInit property. |
Long |
getPoolMax()
Gets the value of the poolMax property. |
Long |
getPoolMaxAge()
Gets the value of the poolMaxAge property. |
Long |
getPoolMaxOpenTime()
Gets the value of the poolMaxOpenTime property. |
Long |
getPoolMaxWaiters()
Gets the value of the poolMaxWaiters property. |
Long |
getPoolMaxWaitingTime()
Gets the value of the poolMaxWaitingTime property. |
Long |
getPoolMin()
Gets the value of the poolMin property. |
Long |
getPoolSamplingPeriod()
Gets the value of the poolSamplingPeriod property. |
String |
getPstmtCachePolicy()
Gets the value of the pstmtCachePolicy property. |
Long |
getPstmtMax()
Gets the value of the pstmtMax property. |
void |
setPoolInit(Long value)
Sets the value of the poolInit property. |
void |
setPoolMax(Long value)
Sets the value of the poolMax property. |
void |
setPoolMaxAge(Long value)
Sets the value of the poolMaxAge property. |
void |
setPoolMaxOpenTime(Long value)
Sets the value of the poolMaxOpenTime property. |
void |
setPoolMaxWaiters(Long value)
Sets the value of the poolMaxWaiters property. |
void |
setPoolMaxWaitingTime(Long value)
Sets the value of the poolMaxWaitingTime property. |
void |
setPoolMin(Long value)
Sets the value of the poolMin property. |
void |
setPoolSamplingPeriod(Long value)
Sets the value of the poolSamplingPeriod property. |
void |
setPstmtCachePolicy(String value)
Sets the value of the pstmtCachePolicy property. |
void |
setPstmtMax(Long 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 Long poolInit
protected Long poolMin
protected Long poolMax
protected Long pstmtMax
protected String pstmtCachePolicy
protected Long poolMaxOpenTime
protected Long poolMaxWaiters
protected Long poolMaxWaitingTime
protected Long poolMaxAge
protected Long poolSamplingPeriod
| Constructor Detail |
|---|
public PoolParametersType()
| Method Detail |
|---|
public Long getPoolInit()
Longpublic void setPoolInit(Long value)
value - allowed object is
Longpublic Long getPoolMin()
Longpublic void setPoolMin(Long value)
value - allowed object is
Longpublic Long getPoolMax()
Longpublic void setPoolMax(Long value)
value - allowed object is
Longpublic Long getPstmtMax()
Longpublic void setPstmtMax(Long value)
value - allowed object is
Longpublic String getPstmtCachePolicy()
Stringpublic void setPstmtCachePolicy(String value)
value - allowed object is
Stringpublic Long getPoolMaxOpenTime()
Longpublic void setPoolMaxOpenTime(Long value)
value - allowed object is
Longpublic Long getPoolMaxWaiters()
Longpublic void setPoolMaxWaiters(Long value)
value - allowed object is
Longpublic Long getPoolMaxWaitingTime()
Longpublic void setPoolMaxWaitingTime(Long value)
value - allowed object is
Longpublic Long getPoolMaxAge()
Longpublic void setPoolMaxAge(Long value)
value - allowed object is
Longpublic Long getPoolSamplingPeriod()
Longpublic void setPoolSamplingPeriod(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||