public class Pool extends Object
Java class for pool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pool">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="max-beans-in-free-pool" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="initial-beans-in-free-pool" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="idle-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected BigInteger |
idleTimeoutSeconds |
protected BigInteger |
initialBeansInFreePool |
protected BigInteger |
maxBeansInFreePool |
| Constructor and Description |
|---|
Pool() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.
|
BigInteger |
getInitialBeansInFreePool()
Gets the value of the initialBeansInFreePool property.
|
BigInteger |
getMaxBeansInFreePool()
Gets the value of the maxBeansInFreePool property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdleTimeoutSeconds(BigInteger value)
Sets the value of the idleTimeoutSeconds property.
|
void |
setInitialBeansInFreePool(BigInteger value)
Sets the value of the initialBeansInFreePool property.
|
void |
setMaxBeansInFreePool(BigInteger value)
Sets the value of the maxBeansInFreePool property.
|
protected BigInteger maxBeansInFreePool
protected BigInteger initialBeansInFreePool
protected BigInteger idleTimeoutSeconds
protected String id
public BigInteger getMaxBeansInFreePool()
BigIntegerpublic void setMaxBeansInFreePool(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getInitialBeansInFreePool()
BigIntegerpublic void setInitialBeansInFreePool(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getIdleTimeoutSeconds()
BigIntegerpublic void setIdleTimeoutSeconds(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.