public interface PoolParams extends WlsMetadata
| Modifier and Type | Interface and Description |
|---|---|
static class |
PoolParams.Attribute
A Attribute.
|
static class |
PoolParams.Tag
A Tag.
|
Integer getInitialCapacity()
Integer getMaxCapacity()
Integer getCapacityIncrement()
Boolean getShrinkingEnabled()
Integer getShrinkFrequencySeconds()
Integer getHighestNumWaiters()
Integer getHighestNumUnavailable()
Integer getConnectionCreationRetryFrequencySeconds()
Integer getConnectionReserveTimeoutSeconds()
Integer getTestFrequencySeconds()
Boolean getTestConnectionsOnCreate()
Boolean getTestConnectionsOnRelease()
Boolean getTestConnectionsOnReserve()
Integer getProfileHarvestFrequencySeconds()
Boolean getIgnoreInUseConnectionsEnabled()
Boolean getMatchConnectionsSupported()
Boolean getUseFirstAvailable()
Copyright © 2021 JBoss by Red Hat. All rights reserved.