Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Uses of Interface
oracle.ucp.ConnectionLabelingCallback

Packages that use ConnectionLabelingCallback
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. 

 

Uses of ConnectionLabelingCallback in oracle.ucp

 

Methods in oracle.ucp with parameters of type ConnectionLabelingCallback
 void UniversalConnectionPool.registerConnectionLabelingCallback(ConnectionLabelingCallback cbk)
          Registers a ConnectionLabelingCallback object with this connection pool.

 

Uses of ConnectionLabelingCallback in oracle.ucp.jdbc

 

Methods in oracle.ucp.jdbc with parameters of type ConnectionLabelingCallback
 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.

 


Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Copyright © 2008, 2009, Oracle and/or its affiliates. All rights reserved.