|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.ConnectionPoolParams
public class ConnectionPoolParams
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>
Field Summary | |
---|---|
protected BigInteger |
capacityIncrement
|
protected BigInteger |
connectionCreationRetryFrequencySeconds
|
protected BigInteger |
connectionReserveTimeoutSeconds
|
protected BigInteger |
highestNumUnavailable
|
protected BigInteger |
highestNumWaiters
|
protected String |
id
|
protected Boolean |
ignoreInUseConnectionsEnabled
|
protected BigInteger |
initialCapacity
|
protected BigInteger |
maxCapacity
|
protected BigInteger |
profileHarvestFrequencySeconds
|
protected BigInteger |
shrinkFrequencySeconds
|
protected Boolean |
shrinkingEnabled
|
protected Boolean |
testConnectionsOnCreate
|
protected Boolean |
testConnectionsOnRelease
|
protected Boolean |
testConnectionsOnReserve
|
protected BigInteger |
testFrequencySeconds
|
Constructor Summary | |
---|---|
ConnectionPoolParams()
|
Method Summary | |
---|---|
BigInteger |
getCapacityIncrement()
Gets the value of the capacityIncrement property. |
BigInteger |
getConnectionCreationRetryFrequencySeconds()
Gets the value of the connectionCreationRetryFrequencySeconds property. |
BigInteger |
getConnectionReserveTimeoutSeconds()
Gets the value of the connectionReserveTimeoutSeconds property. |
BigInteger |
getHighestNumUnavailable()
Gets the value of the highestNumUnavailable property. |
BigInteger |
getHighestNumWaiters()
Gets the value of the highestNumWaiters property. |
String |
getId()
Gets the value of the id property. |
Boolean |
getIgnoreInUseConnectionsEnabled()
Gets the value of the ignoreInUseConnectionsEnabled property. |
BigInteger |
getInitialCapacity()
Gets the value of the initialCapacity property. |
BigInteger |
getMaxCapacity()
Gets the value of the maxCapacity property. |
BigInteger |
getProfileHarvestFrequencySeconds()
Gets the value of the profileHarvestFrequencySeconds property. |
BigInteger |
getShrinkFrequencySeconds()
Gets the value of the shrinkFrequencySeconds property. |
Boolean |
getShrinkingEnabled()
Gets the value of the shrinkingEnabled property. |
Boolean |
getTestConnectionsOnCreate()
Gets the value of the testConnectionsOnCreate property. |
Boolean |
getTestConnectionsOnRelease()
Gets the value of the testConnectionsOnRelease property. |
Boolean |
getTestConnectionsOnReserve()
Gets the value of the testConnectionsOnReserve property. |
BigInteger |
getTestFrequencySeconds()
Gets the value of the testFrequencySeconds property. |
void |
setCapacityIncrement(BigInteger value)
Sets the value of the capacityIncrement property. |
void |
setConnectionCreationRetryFrequencySeconds(BigInteger value)
Sets the value of the connectionCreationRetryFrequencySeconds property. |
void |
setConnectionReserveTimeoutSeconds(BigInteger value)
Sets the value of the connectionReserveTimeoutSeconds property. |
void |
setHighestNumUnavailable(BigInteger value)
Sets the value of the highestNumUnavailable property. |
void |
setHighestNumWaiters(BigInteger value)
Sets the value of the highestNumWaiters property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIgnoreInUseConnectionsEnabled(Boolean value)
Sets the value of the ignoreInUseConnectionsEnabled property. |
void |
setInitialCapacity(BigInteger value)
Sets the value of the initialCapacity property. |
void |
setMaxCapacity(BigInteger value)
Sets the value of the maxCapacity property. |
void |
setProfileHarvestFrequencySeconds(BigInteger value)
Sets the value of the profileHarvestFrequencySeconds property. |
void |
setShrinkFrequencySeconds(BigInteger value)
Sets the value of the shrinkFrequencySeconds property. |
void |
setShrinkingEnabled(Boolean value)
Sets the value of the shrinkingEnabled property. |
void |
setTestConnectionsOnCreate(Boolean value)
Sets the value of the testConnectionsOnCreate property. |
void |
setTestConnectionsOnRelease(Boolean value)
Sets the value of the testConnectionsOnRelease property. |
void |
setTestConnectionsOnReserve(Boolean value)
Sets the value of the testConnectionsOnReserve property. |
void |
setTestFrequencySeconds(BigInteger value)
Sets the value of the testFrequencySeconds property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BigInteger initialCapacity
protected BigInteger maxCapacity
protected BigInteger capacityIncrement
protected Boolean shrinkingEnabled
protected BigInteger shrinkFrequencySeconds
protected BigInteger highestNumWaiters
protected BigInteger highestNumUnavailable
protected BigInteger connectionCreationRetryFrequencySeconds
protected BigInteger connectionReserveTimeoutSeconds
protected BigInteger testFrequencySeconds
protected Boolean testConnectionsOnCreate
protected Boolean testConnectionsOnRelease
protected Boolean testConnectionsOnReserve
protected BigInteger profileHarvestFrequencySeconds
protected Boolean ignoreInUseConnectionsEnabled
protected String id
Constructor Detail |
---|
public ConnectionPoolParams()
Method Detail |
---|
public BigInteger getInitialCapacity()
BigInteger
public void setInitialCapacity(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMaxCapacity()
BigInteger
public void setMaxCapacity(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getCapacityIncrement()
BigInteger
public void setCapacityIncrement(BigInteger value)
value
- allowed object is
BigInteger
public Boolean getShrinkingEnabled()
Boolean
public void setShrinkingEnabled(Boolean value)
value
- allowed object is
Boolean
public BigInteger getShrinkFrequencySeconds()
BigInteger
public void setShrinkFrequencySeconds(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getHighestNumWaiters()
BigInteger
public void setHighestNumWaiters(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getHighestNumUnavailable()
BigInteger
public void setHighestNumUnavailable(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getConnectionCreationRetryFrequencySeconds()
BigInteger
public void setConnectionCreationRetryFrequencySeconds(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getConnectionReserveTimeoutSeconds()
BigInteger
public void setConnectionReserveTimeoutSeconds(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getTestFrequencySeconds()
BigInteger
public void setTestFrequencySeconds(BigInteger value)
value
- allowed object is
BigInteger
public Boolean getTestConnectionsOnCreate()
Boolean
public void setTestConnectionsOnCreate(Boolean value)
value
- allowed object is
Boolean
public Boolean getTestConnectionsOnRelease()
Boolean
public void setTestConnectionsOnRelease(Boolean value)
value
- allowed object is
Boolean
public Boolean getTestConnectionsOnReserve()
Boolean
public void setTestConnectionsOnReserve(Boolean value)
value
- allowed object is
Boolean
public BigInteger getProfileHarvestFrequencySeconds()
BigInteger
public void setProfileHarvestFrequencySeconds(BigInteger value)
value
- allowed object is
BigInteger
public Boolean getIgnoreInUseConnectionsEnabled()
Boolean
public void setIgnoreInUseConnectionsEnabled(Boolean value)
value
- allowed object is
Boolean
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |