
public interface PoolParams extends WlsMetadata
| Modifier and Type | Interface and Description |
|---|---|
static class |
PoolParams.Attribute
A Attribute.
|
static class |
PoolParams.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCapacityIncrement()
getCapacityIncrement
|
Integer |
getConnectionCreationRetryFrequencySeconds()
getConnectionCreationRetryFrequencySeconds
|
Integer |
getConnectionReserveTimeoutSeconds()
getConnectionReserveTimeoutSeconds
|
Integer |
getHighestNumUnavailable()
getHighestNumUnavailable
|
Integer |
getHighestNumWaiters()
getHighestNumWaiters
|
Boolean |
getIgnoreInUseConnectionsEnabled()
getIgnoreInUseConnectionsEnabled
|
Integer |
getInitialCapacity()
getInitialCapacity
|
Boolean |
getMatchConnectionsSupported()
getMatchConnectionsSupported
|
Integer |
getMaxCapacity()
getMaxCapacity
|
Integer |
getProfileHarvestFrequencySeconds()
getProfileHarvestFrequencySeconds
|
Integer |
getShrinkFrequencySeconds()
getShrinkFrequencySeconds
|
Boolean |
getShrinkingEnabled()
getShrinkingEnabled
|
Boolean |
getTestConnectionsOnCreate()
getTestConnectionsOnCreate
|
Boolean |
getTestConnectionsOnRelease()
getTestConnectionsOnRelease
|
Boolean |
getTestConnectionsOnReserve()
getTestConnectionsOnReserve
|
Integer |
getTestFrequencySeconds()
getTestFrequencySeconds
|
Boolean |
getUseFirstAvailable()
getUseFirstAvailable
|
Integer getInitialCapacity()
Integer getMaxCapacity()
Boolean 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 © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)