Uses of Interface
oracle.ucp.ConnectionLabelingCallback
Packages that use ConnectionLabelingCallback
-
Uses of ConnectionLabelingCallback in oracle.ucp
Methods in oracle.ucp with parameters of type ConnectionLabelingCallbackModifier and TypeMethodDescriptionvoidUniversalConnectionPool.registerConnectionLabelingCallback(ConnectionLabelingCallback cbk) Registers aConnectionLabelingCallbackobject with this connection pool. -
Uses of ConnectionLabelingCallback in oracle.ucp.jdbc
Subinterfaces of ConnectionLabelingCallback in oracle.ucp.jdbcModifier and TypeInterfaceDescriptioninterfaceNew callback interface for connection labeling support.Methods in oracle.ucp.jdbc with parameters of type ConnectionLabelingCallbackModifier and TypeMethodDescriptionvoidPoolDataSource.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.