Class PoolParamsImpl
java.lang.Object
org.jboss.jca.as.converters.wls.metadata.PoolParamsImpl
- All Implemented Interfaces:
Serializable,PoolParams,WlsMetadata
A generic PoolParams.
- Author:
- Jeff Zhang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.PoolParams
PoolParams.Attribute, PoolParams.Tag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCapacityIncrementgetConnectionCreationRetryFrequencySecondsgetConnectionReserveTimeoutSecondsgetHighestNumUnavailablegetHighestNumWaitersgetIgnoreInUseConnectionsEnabledgetInitialCapacitygetMatchConnectionsSupportedgetMaxCapacitygetProfileHarvestFrequencySecondsgetShrinkFrequencySecondsgetShrinkingEnabledgetTestConnectionsOnCreategetTestConnectionsOnReleasegetTestConnectionsOnReservegetTestFrequencySecondsgetUseFirstAvailable
-
Constructor Details
-
PoolParamsImpl
public PoolParamsImpl(Integer initialCapacity, Integer maxCapacity, Integer capacityIncrement, Integer shrinkFrequencySeconds, Integer connectionCreationRetryFrequencySeconds, Integer connectionReserveTimeoutSeconds, Integer testFrequencySeconds) constructor- Parameters:
initialCapacity- initialCapacitymaxCapacity- maxCapacitycapacityIncrement- capacityIncrementshrinkFrequencySeconds- shrinkFrequencySecondsconnectionCreationRetryFrequencySeconds- connectionCreationRetryFrequencySecondsconnectionReserveTimeoutSeconds- connectionReserveTimeoutSecondstestFrequencySeconds- testFrequencySeconds
-
-
Method Details
-
getInitialCapacity
Description copied from interface:PoolParamsgetInitialCapacity- Specified by:
getInitialCapacityin interfacePoolParams- Returns:
- the InitialCapacity
-
getMaxCapacity
Description copied from interface:PoolParamsgetMaxCapacity- Specified by:
getMaxCapacityin interfacePoolParams- Returns:
- the MaxCapacity
-
getCapacityIncrement
Description copied from interface:PoolParamsgetCapacityIncrement- Specified by:
getCapacityIncrementin interfacePoolParams- Returns:
- the CapacityIncrement
-
getShrinkingEnabled
Description copied from interface:PoolParamsgetShrinkingEnabled- Specified by:
getShrinkingEnabledin interfacePoolParams- Returns:
- the ShrinkingEnabled
-
getShrinkFrequencySeconds
Description copied from interface:PoolParamsgetShrinkFrequencySeconds- Specified by:
getShrinkFrequencySecondsin interfacePoolParams- Returns:
- the ShrinkFrequencySeconds
-
getHighestNumWaiters
Description copied from interface:PoolParamsgetHighestNumWaiters- Specified by:
getHighestNumWaitersin interfacePoolParams- Returns:
- the HighestNumWaiters
-
getConnectionCreationRetryFrequencySeconds
Description copied from interface:PoolParamsgetConnectionCreationRetryFrequencySeconds- Specified by:
getConnectionCreationRetryFrequencySecondsin interfacePoolParams- Returns:
- the ConnectionCreationRetryFrequencySeconds
-
getConnectionReserveTimeoutSeconds
Description copied from interface:PoolParamsgetConnectionReserveTimeoutSeconds- Specified by:
getConnectionReserveTimeoutSecondsin interfacePoolParams- Returns:
- the ConnectionReserveTimeoutSeconds
-
getTestFrequencySeconds
Description copied from interface:PoolParamsgetTestFrequencySeconds- Specified by:
getTestFrequencySecondsin interfacePoolParams- Returns:
- the TestFrequencySeconds
-
getTestConnectionsOnCreate
Description copied from interface:PoolParamsgetTestConnectionsOnCreate- Specified by:
getTestConnectionsOnCreatein interfacePoolParams- Returns:
- the TestConnectionsOnCreate
-
getTestConnectionsOnRelease
Description copied from interface:PoolParamsgetTestConnectionsOnRelease- Specified by:
getTestConnectionsOnReleasein interfacePoolParams- Returns:
- the TestConnectionsOnRelease
-
getTestConnectionsOnReserve
Description copied from interface:PoolParamsgetTestConnectionsOnReserve- Specified by:
getTestConnectionsOnReservein interfacePoolParams- Returns:
- the TestConnectionsOnReserve
-
getProfileHarvestFrequencySeconds
Description copied from interface:PoolParamsgetProfileHarvestFrequencySeconds- Specified by:
getProfileHarvestFrequencySecondsin interfacePoolParams- Returns:
- the ProfileHarvestFrequencySeconds
-
getIgnoreInUseConnectionsEnabled
Description copied from interface:PoolParamsgetIgnoreInUseConnectionsEnabled- Specified by:
getIgnoreInUseConnectionsEnabledin interfacePoolParams- Returns:
- the IgnoreInUseConnectionsEnabled
-
getMatchConnectionsSupported
Description copied from interface:PoolParamsgetMatchConnectionsSupported- Specified by:
getMatchConnectionsSupportedin interfacePoolParams- Returns:
- the MatchConnectionsSupported
-
getUseFirstAvailable
Description copied from interface:PoolParamsgetUseFirstAvailable- Specified by:
getUseFirstAvailablein interfacePoolParams- Returns:
- the UseFirstAvailable
-