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

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
 

Subinterfaces of ConnectionLabelingCallback in oracle.ucp.jdbc
 interface ConnectionLabelingCallback
           
 

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.
 


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

Copyright © 2007, 2019, Oracle and/or its affiliates. All rights reserved.