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 |
---|---|
AbandonedConnectionTimeoutCallback |
UniversalPooledConnection.getAbandonedConnectionTimeoutCallback()
Obtains the
AbandonedConnectionTimeoutCallback registered with this connection. |
Modifier and Type | Method and Description |
---|---|
void |
UniversalPooledConnection.registerAbandonedConnectionTimeoutCallback(AbandonedConnectionTimeoutCallback cbk)
Registers an
AbandonedConnectionTimeoutCallback with this connection. |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionWithAbandonedTimeout.registerAbandonedConnectionTimeoutCallback(AbandonedConnectionTimeoutCallback cbk)
Registers
AbandonedConnectionTimeoutCallback with this connection. |