Uses of Interface
oracle.ucp.ConnectionHarvestingCallback
Packages that use ConnectionHarvestingCallback
-
Uses of ConnectionHarvestingCallback in oracle.ucp
Methods in oracle.ucp that return ConnectionHarvestingCallbackModifier and TypeMethodDescriptionUniversalPooledConnection.getConnectionHarvestingCallback()Obtains theConnectionHarvestingCallbackregistered with this connection.Methods in oracle.ucp with parameters of type ConnectionHarvestingCallbackModifier and TypeMethodDescriptionvoidUniversalPooledConnection.registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk) Registers aConnectionHarvestingCallbackwith this connection. -
Uses of ConnectionHarvestingCallback in oracle.ucp.jdbc
Methods in oracle.ucp.jdbc with parameters of type ConnectionHarvestingCallbackModifier and TypeMethodDescriptionvoidHarvestableConnection.registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk) Registers a ConnectionHarvestingCallback with the this connection.