|
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_BADThe pooled connection's status is bad. |
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_CLOSE_ON_RETURNThe pooled connection should be closed and not put back into the pool when it is returned by the borrower. |
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_CLOSEDThe pooled connection's status is closed. |
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_NORMALThe pooled connection's status is normal. |
static UniversalPooledConnectionStatus |
UniversalPooledConnectionStatus.STATUS_REPLACE_ON_RETURNThe 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 | |||||||||