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 |
---|---|
void |
UniversalConnectionPool.registerConnectionAffinityCallback(ConnectionAffinityCallback cbk)
Registers a
ConnectionAffinityCallback objet on the connection pool. |
Modifier and Type | Method and Description |
---|---|
void |
PoolDataSource.registerConnectionAffinityCallback(ConnectionAffinityCallback cbk)
Registers a connection affinity callback on the connection pool.
|
void |
PoolDataSourceImpl.registerConnectionAffinityCallback(ConnectionAffinityCallback cbk)
Registers a ConnectionAffinityCallback on the connection pool.
|