|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniversalPooledConnectionStatus | |
---|---|
oracle.ucp | Includes both required and optional callback interfaces that are used to implement connection pool features. |
Uses of UniversalPooledConnectionStatus in oracle.ucp |
---|
Fields in oracle.ucp declared as UniversalPooledConnectionStatus | |
---|---|
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_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. |
Methods in oracle.ucp that return UniversalPooledConnectionStatus | |
---|---|
UniversalPooledConnectionStatus |
UniversalPooledConnection.getStatus() Gets the status of the pooled connection. |
Methods in oracle.ucp with parameters of type UniversalPooledConnectionStatus | |
---|---|
void |
UniversalPooledConnection.setStatus(UniversalPooledConnectionStatus status) Sets the status of the pooled connection. |
|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |