| 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 |
|---|---|---|
void |
UniversalConnectionPool.registerConnectionLabelingCallback(ConnectionLabelingCallback cbk) |
Registers a
ConnectionLabelingCallback object with this
connection pool. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ConnectionLabelingCallback |
New callback interface for connection labeling support.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PoolDataSource.registerConnectionLabelingCallback(ConnectionLabelingCallback cbk) |
Registers a connection labeling callback with the underlying
connection pool.
|
void |
PoolDataSourceImpl.registerConnectionLabelingCallback(ConnectionLabelingCallback cbk) |
Registers a ConnectionLabelingCallback with the underlying connection
pool.
|
Copyright © 2008, 2017, Oracle. All rights reserved.