Uses of Interface
oracle.ucp.ConnectionLabelingCallback
-
Packages that use ConnectionLabelingCallback Package Description oracle.ucp oracle.ucp.jdbc -
-
Uses of ConnectionLabelingCallback in oracle.ucp
Methods in oracle.ucp with parameters of type ConnectionLabelingCallback Modifier and Type Method Description void
UniversalConnectionPool. registerConnectionLabelingCallback(ConnectionLabelingCallback cbk)
Registers aConnectionLabelingCallback
object with this connection pool. -
Uses of ConnectionLabelingCallback in oracle.ucp.jdbc
Subinterfaces of ConnectionLabelingCallback in oracle.ucp.jdbc Modifier and Type Interface Description interface
ConnectionLabelingCallback
New callback interface for connection labeling support.Methods in oracle.ucp.jdbc with parameters of type ConnectionLabelingCallback 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.
-