public class ConnectionPoolParams
extends java.lang.Object
Java class for connection-pool-params complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connection-pool-params"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="initial-capacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="max-capacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="capacity-increment" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="shrinking-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="shrink-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="highest-num-waiters" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="highest-num-unavailable" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="connection-creation-retry-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="connection-reserve-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="test-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="test-connections-on-create" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="test-connections-on-release" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="test-connections-on-reserve" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="profile-harvest-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="ignore-in-use-connections-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" 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.math.BigInteger |
capacityIncrement |
protected java.math.BigInteger |
connectionCreationRetryFrequencySeconds |
protected java.math.BigInteger |
connectionReserveTimeoutSeconds |
protected java.math.BigInteger |
highestNumUnavailable |
protected java.math.BigInteger |
highestNumWaiters |
protected java.lang.String |
id |
protected java.lang.Boolean |
ignoreInUseConnectionsEnabled |
protected java.math.BigInteger |
initialCapacity |
protected java.math.BigInteger |
maxCapacity |
protected java.math.BigInteger |
profileHarvestFrequencySeconds |
protected java.math.BigInteger |
shrinkFrequencySeconds |
protected java.lang.Boolean |
shrinkingEnabled |
protected java.lang.Boolean |
testConnectionsOnCreate |
protected java.lang.Boolean |
testConnectionsOnRelease |
protected java.lang.Boolean |
testConnectionsOnReserve |
protected java.math.BigInteger |
testFrequencySeconds |
Constructor and Description |
---|
ConnectionPoolParams() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getCapacityIncrement()
Gets the value of the capacityIncrement property.
|
java.math.BigInteger |
getConnectionCreationRetryFrequencySeconds()
Gets the value of the connectionCreationRetryFrequencySeconds property.
|
java.math.BigInteger |
getConnectionReserveTimeoutSeconds()
Gets the value of the connectionReserveTimeoutSeconds property.
|
java.math.BigInteger |
getHighestNumUnavailable()
Gets the value of the highestNumUnavailable property.
|
java.math.BigInteger |
getHighestNumWaiters()
Gets the value of the highestNumWaiters property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Boolean |
getIgnoreInUseConnectionsEnabled()
Gets the value of the ignoreInUseConnectionsEnabled property.
|
java.math.BigInteger |
getInitialCapacity()
Gets the value of the initialCapacity property.
|
java.math.BigInteger |
getMaxCapacity()
Gets the value of the maxCapacity property.
|
java.math.BigInteger |
getProfileHarvestFrequencySeconds()
Gets the value of the profileHarvestFrequencySeconds property.
|
java.math.BigInteger |
getShrinkFrequencySeconds()
Gets the value of the shrinkFrequencySeconds property.
|
java.lang.Boolean |
getShrinkingEnabled()
Gets the value of the shrinkingEnabled property.
|
java.lang.Boolean |
getTestConnectionsOnCreate()
Gets the value of the testConnectionsOnCreate property.
|
java.lang.Boolean |
getTestConnectionsOnRelease()
Gets the value of the testConnectionsOnRelease property.
|
java.lang.Boolean |
getTestConnectionsOnReserve()
Gets the value of the testConnectionsOnReserve property.
|
java.math.BigInteger |
getTestFrequencySeconds()
Gets the value of the testFrequencySeconds property.
|
void |
setCapacityIncrement(java.math.BigInteger value)
Sets the value of the capacityIncrement property.
|
void |
setConnectionCreationRetryFrequencySeconds(java.math.BigInteger value)
Sets the value of the connectionCreationRetryFrequencySeconds property.
|
void |
setConnectionReserveTimeoutSeconds(java.math.BigInteger value)
Sets the value of the connectionReserveTimeoutSeconds property.
|
void |
setHighestNumUnavailable(java.math.BigInteger value)
Sets the value of the highestNumUnavailable property.
|
void |
setHighestNumWaiters(java.math.BigInteger value)
Sets the value of the highestNumWaiters property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIgnoreInUseConnectionsEnabled(java.lang.Boolean value)
Sets the value of the ignoreInUseConnectionsEnabled property.
|
void |
setInitialCapacity(java.math.BigInteger value)
Sets the value of the initialCapacity property.
|
void |
setMaxCapacity(java.math.BigInteger value)
Sets the value of the maxCapacity property.
|
void |
setProfileHarvestFrequencySeconds(java.math.BigInteger value)
Sets the value of the profileHarvestFrequencySeconds property.
|
void |
setShrinkFrequencySeconds(java.math.BigInteger value)
Sets the value of the shrinkFrequencySeconds property.
|
void |
setShrinkingEnabled(java.lang.Boolean value)
Sets the value of the shrinkingEnabled property.
|
void |
setTestConnectionsOnCreate(java.lang.Boolean value)
Sets the value of the testConnectionsOnCreate property.
|
void |
setTestConnectionsOnRelease(java.lang.Boolean value)
Sets the value of the testConnectionsOnRelease property.
|
void |
setTestConnectionsOnReserve(java.lang.Boolean value)
Sets the value of the testConnectionsOnReserve property.
|
void |
setTestFrequencySeconds(java.math.BigInteger value)
Sets the value of the testFrequencySeconds property.
|
protected java.math.BigInteger initialCapacity
protected java.math.BigInteger maxCapacity
protected java.math.BigInteger capacityIncrement
protected java.lang.Boolean shrinkingEnabled
protected java.math.BigInteger shrinkFrequencySeconds
protected java.math.BigInteger highestNumWaiters
protected java.math.BigInteger highestNumUnavailable
protected java.math.BigInteger connectionCreationRetryFrequencySeconds
protected java.math.BigInteger connectionReserveTimeoutSeconds
protected java.math.BigInteger testFrequencySeconds
protected java.lang.Boolean testConnectionsOnCreate
protected java.lang.Boolean testConnectionsOnRelease
protected java.lang.Boolean testConnectionsOnReserve
protected java.math.BigInteger profileHarvestFrequencySeconds
protected java.lang.Boolean ignoreInUseConnectionsEnabled
protected java.lang.String id
public java.math.BigInteger getInitialCapacity()
BigInteger
public void setInitialCapacity(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxCapacity()
BigInteger
public void setMaxCapacity(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getCapacityIncrement()
BigInteger
public void setCapacityIncrement(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean getShrinkingEnabled()
Boolean
public void setShrinkingEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.math.BigInteger getShrinkFrequencySeconds()
BigInteger
public void setShrinkFrequencySeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getHighestNumWaiters()
BigInteger
public void setHighestNumWaiters(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getHighestNumUnavailable()
BigInteger
public void setHighestNumUnavailable(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getConnectionCreationRetryFrequencySeconds()
BigInteger
public void setConnectionCreationRetryFrequencySeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getConnectionReserveTimeoutSeconds()
BigInteger
public void setConnectionReserveTimeoutSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getTestFrequencySeconds()
BigInteger
public void setTestFrequencySeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean getTestConnectionsOnCreate()
Boolean
public void setTestConnectionsOnCreate(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getTestConnectionsOnRelease()
Boolean
public void setTestConnectionsOnRelease(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getTestConnectionsOnReserve()
Boolean
public void setTestConnectionsOnReserve(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.math.BigInteger getProfileHarvestFrequencySeconds()
BigInteger
public void setProfileHarvestFrequencySeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean getIgnoreInUseConnectionsEnabled()
Boolean
public void setIgnoreInUseConnectionsEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String