| Package | Description |
|---|---|
| oracle.ucp |
Includes both required and optional callback interfaces
that are used to implement connection pool features.
|
| oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work
with JDBC connections and a connection pool.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionHarvestingCallback |
UniversalPooledConnection.getConnectionHarvestingCallback() |
Obtains the
ConnectionHarvestingCallback registered with
this connection. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
UniversalPooledConnection.registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk) |
Registers a
ConnectionHarvestingCallback with this connection. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HarvestableConnection.registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk) |
Registers a ConnectionHarvestingCallback with the this connection.
|
Copyright © 2008, 2017, Oracle. All rights reserved.