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 voidUniversalConnectionPool. registerConnectionLabelingCallback(ConnectionLabelingCallback cbk)Registers aConnectionLabelingCallbackobject with this connection pool. -
Uses of ConnectionLabelingCallback in oracle.ucp.jdbc
Subinterfaces of ConnectionLabelingCallback in oracle.ucp.jdbc Modifier and Type Interface Description interfaceConnectionLabelingCallbackNew callback interface for connection labeling support.Methods in oracle.ucp.jdbc with parameters of type ConnectionLabelingCallback Modifier and Type Method Description voidPoolDataSource. registerConnectionLabelingCallback(ConnectionLabelingCallback cbk)Registers a connection labeling callback with the underlying connection pool.voidPoolDataSourceImpl. registerConnectionLabelingCallback(ConnectionLabelingCallback cbk)Registers a ConnectionLabelingCallback with the underlying connection pool.
-