Interface PoolParams
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
PoolParamsImpl
A generic PoolParams.
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA Attribute.static enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptiongetCapacityIncrementgetConnectionCreationRetryFrequencySecondsgetConnectionReserveTimeoutSecondsgetHighestNumUnavailablegetHighestNumWaitersgetIgnoreInUseConnectionsEnabledgetInitialCapacitygetMatchConnectionsSupportedgetMaxCapacitygetProfileHarvestFrequencySecondsgetShrinkFrequencySecondsgetShrinkingEnabledgetTestConnectionsOnCreategetTestConnectionsOnReleasegetTestConnectionsOnReservegetTestFrequencySecondsgetUseFirstAvailable
-
Method Details
-
getInitialCapacity
Integer getInitialCapacity()getInitialCapacity- Returns:
- the InitialCapacity
-
getMaxCapacity
Integer getMaxCapacity()getMaxCapacity- Returns:
- the MaxCapacity
-
getCapacityIncrement
Integer getCapacityIncrement()getCapacityIncrement- Returns:
- the CapacityIncrement
-
getShrinkingEnabled
Boolean getShrinkingEnabled()getShrinkingEnabled- Returns:
- the ShrinkingEnabled
-
getShrinkFrequencySeconds
Integer getShrinkFrequencySeconds()getShrinkFrequencySeconds- Returns:
- the ShrinkFrequencySeconds
-
getHighestNumWaiters
Integer getHighestNumWaiters()getHighestNumWaiters- Returns:
- the HighestNumWaiters
-
getConnectionCreationRetryFrequencySeconds
Integer getConnectionCreationRetryFrequencySeconds()getConnectionCreationRetryFrequencySeconds- Returns:
- the ConnectionCreationRetryFrequencySeconds
-
getConnectionReserveTimeoutSeconds
Integer getConnectionReserveTimeoutSeconds()getConnectionReserveTimeoutSeconds- Returns:
- the ConnectionReserveTimeoutSeconds
-
getTestFrequencySeconds
Integer getTestFrequencySeconds()getTestFrequencySeconds- Returns:
- the TestFrequencySeconds
-
getTestConnectionsOnCreate
Boolean getTestConnectionsOnCreate()getTestConnectionsOnCreate- Returns:
- the TestConnectionsOnCreate
-
getTestConnectionsOnRelease
Boolean getTestConnectionsOnRelease()getTestConnectionsOnRelease- Returns:
- the TestConnectionsOnRelease
-
getTestConnectionsOnReserve
Boolean getTestConnectionsOnReserve()getTestConnectionsOnReserve- Returns:
- the TestConnectionsOnReserve
-
getProfileHarvestFrequencySeconds
Integer getProfileHarvestFrequencySeconds()getProfileHarvestFrequencySeconds- Returns:
- the ProfileHarvestFrequencySeconds
-
getIgnoreInUseConnectionsEnabled
Boolean getIgnoreInUseConnectionsEnabled()getIgnoreInUseConnectionsEnabled- Returns:
- the IgnoreInUseConnectionsEnabled
-
getMatchConnectionsSupported
Boolean getMatchConnectionsSupported()getMatchConnectionsSupported- Returns:
- the MatchConnectionsSupported
-
getUseFirstAvailable
Boolean getUseFirstAvailable()getUseFirstAvailable- Returns:
- the UseFirstAvailable
-