Uses of Interface
oracle.jdbc.dcn.DatabaseChangeListener
Packages that use DatabaseChangeListener
Package
Description
This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.
-
Uses of DatabaseChangeListener in oracle.jdbc.dcn
Methods in oracle.jdbc.dcn with parameters of type DatabaseChangeListenerModifier and TypeMethodDescriptionvoidDatabaseChangeRegistration.addListener(DatabaseChangeListener listener) Register a listener with this registration.voidDatabaseChangeRegistration.addListener(DatabaseChangeListener listener, Executor e) Register a listener with this registration.voidDatabaseChangeRegistration.removeListener(DatabaseChangeListener listener) Remove a listener from the list of registered listeners.