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 and Description |
---|---|
ConnectionHarvestingCallback |
UniversalPooledConnection.getConnectionHarvestingCallback()
Obtains the
ConnectionHarvestingCallback registered with this connection. |
Modifier and Type | Method and Description |
---|---|
void |
UniversalPooledConnection.registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk)
Registers a
ConnectionHarvestingCallback with this connection. |
Modifier and Type | Method and Description |
---|---|
void |
HarvestableConnection.registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk)
Registers a ConnectionHarvestingCallback with the this connection.
|