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