Uses of Interface
oracle.jdbc.aq.AQNotificationRegistration
Packages that use AQNotificationRegistration
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of AQNotificationRegistration in oracle.jdbc
Methods in oracle.jdbc that return AQNotificationRegistrationModifier and TypeMethodDescriptionOracleConnection.registerAQNotification(String[] name, Properties[] options, Properties globaloptions) Registers your interest into being notified when a message is enqueued in a particular queue (or array of queues).OracleConnectionWrapper.registerAQNotification(String[] name, Properties[] options, Properties globaloptions) Methods in oracle.jdbc with parameters of type AQNotificationRegistrationModifier and TypeMethodDescriptionvoidOracleConnection.unregisterAQNotification(AQNotificationRegistration registration) Deletes a given AQ registration.voidOracleConnectionWrapper.unregisterAQNotification(AQNotificationRegistration registration)