| Package | Description |
|---|---|
| oracle.ucp |
Includes both required and optional callback interfaces
that are used to implement connection pool features.
|
| oracle.ucp.jdbc.oracle |
Includes various runtime statistics for the Universal Connection Pool
that are specific to Oracle JDBC resources.
|
| Modifier and Type | Field | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
UniversalPooledConnectionStatus |
UniversalPooledConnection.getStatus() |
Gets the status of the pooled connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
UniversalPooledConnection.setStatus(UniversalPooledConnectionStatus status) |
Sets the status of the pooled connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
UniversalPooledConnectionStatus |
FailoverablePooledConnection.getStatus() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FailoverablePooledConnection.setStatus(UniversalPooledConnectionStatus status) |
Copyright © 2008, 2017, Oracle. All rights reserved.