public class Pool
extends java.lang.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 java.lang.String |
id |
protected java.math.BigInteger |
idleTimeoutSeconds |
protected java.math.BigInteger |
initialBeansInFreePool |
protected java.math.BigInteger |
maxBeansInFreePool |
Constructor and Description |
---|
Pool() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.
|
java.math.BigInteger |
getInitialBeansInFreePool()
Gets the value of the initialBeansInFreePool property.
|
java.math.BigInteger |
getMaxBeansInFreePool()
Gets the value of the maxBeansInFreePool property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIdleTimeoutSeconds(java.math.BigInteger value)
Sets the value of the idleTimeoutSeconds property.
|
void |
setInitialBeansInFreePool(java.math.BigInteger value)
Sets the value of the initialBeansInFreePool property.
|
void |
setMaxBeansInFreePool(java.math.BigInteger value)
Sets the value of the maxBeansInFreePool property.
|
protected java.math.BigInteger maxBeansInFreePool
protected java.math.BigInteger initialBeansInFreePool
protected java.math.BigInteger idleTimeoutSeconds
protected java.lang.String id
public java.math.BigInteger getMaxBeansInFreePool()
BigInteger
public void setMaxBeansInFreePool(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getInitialBeansInFreePool()
BigInteger
public void setInitialBeansInFreePool(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getIdleTimeoutSeconds()
BigInteger
public void setIdleTimeoutSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String