Uses of Interface
oracle.ucp.ConnectionHarvestingCallback
-
Packages that use ConnectionHarvestingCallback Package Description oracle.ucp oracle.ucp.jdbc -
-
Uses of ConnectionHarvestingCallback in oracle.ucp
Methods in oracle.ucp that return ConnectionHarvestingCallback Modifier and Type Method Description ConnectionHarvestingCallback
UniversalPooledConnection. getConnectionHarvestingCallback()
Obtains theConnectionHarvestingCallback
registered with this connection.Methods in oracle.ucp with parameters of type ConnectionHarvestingCallback Modifier and Type Method Description void
UniversalPooledConnection. registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk)
Registers aConnectionHarvestingCallback
with this connection. -
Uses of ConnectionHarvestingCallback in oracle.ucp.jdbc
Methods in oracle.ucp.jdbc with parameters of type ConnectionHarvestingCallback Modifier and Type Method Description void
HarvestableConnection. registerConnectionHarvestingCallback(ConnectionHarvestingCallback cbk)
Registers a ConnectionHarvestingCallback with the this connection.
-