Attributes Summary | |
connectionTimeout : long | Connection timeout is the interval, in seconds, after which a connection request times out and a ConnectionWaitTimeoutException is thrown. |
maxConnections : int | The maximum number of managed connections that can be created by a particular ManagedConnectionFactory. |
minConnections : int | The minimum number of managed connections to maintain. |
reapTime : long | Number of seconds between runs of the garbage collector. |
unusedTimeout : long | Interval, in seconds, after which an unused connection is discarded by the pool maintenance thread. |
agedTimeout : long | Interval, in seconds, after which an unused, aged connection is discarded (regardless of recent usage activity) by the pool maintenance thread. |
purgePolicy : PurgePolicyKind | Whenever a fatal connection error signal is received by the Connection Pool Manager, the Connection Pool Manager needs to either remove just the failing connection or to remove all of the connections in the pool. |
numberOfSharedPoolPartitions : int | @since 6. |
numberOfUnsharedPoolPartitions : int | @since 6. |
numberOfFreePoolPartitions : int | @since 6. |
freePoolDistributionTableSize : int | @since 6. |
surgeThreshold : int | @since 6. |
surgeCreationInterval : int | @since 6. |
testConnection : boolean | @since 6. |
testConnectionInterval : int | @since 6. |
stuckTimerTime : int | @since 6. |
stuckTime : int | @since 6. |
stuckThreshold : int | @since 6. |
properties : Property * | @since 6. |
Attribute Details |