Attributes Summary |
connectionTimeout : Long | Connection timeout is the interval, in seconds, after which a connection request times out and a ConnectionWaitTimeoutException is thrown.
|
maxConnections : Integer | The maximum number of managed connections that can be created by a particular ManagedConnectionFactory.
|
minConnections : Integer | The minimum number of managed connections to maintain.
|
reapTime : Long | Number of seconds between runs of the garbage collector.
|
unusedTimeout : Long | Number of milliseconds after which an unused connection is discarded.
|
agedTimeout : Long | The aged timeout value for a connection.
|
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.
|