static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_BAD |
The pooled connection's status is bad.
|
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_CLOSE_ON_RETURN |
The pooled connection should be closed and not put back into the
pool when it is returned by the borrower.
|
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_CLOSED |
The pooled connection's status is closed.
|
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_NORMAL |
The pooled connection's status is normal.
|
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_RECONNECTING |
The pooled connection's status is reconnecting.
|
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_REPLACE_ON_RETURN |
The pooled connection should be closed and replaced with a brand new
connection in the pool when it is returned by the borrower.
|