Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Uses of Interface
oracle.jdbc.aq.AQNotificationRegistration

Packages that use AQNotificationRegistration
oracle.jdbc 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 AQNotificationRegistration
 AQNotificationRegistration[] OracleConnectionWrapper.registerAQNotification(String[] name, Properties[] options, Properties globaloptions)
           
 AQNotificationRegistration[] OracleConnection.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).

 

Methods in oracle.jdbc with parameters of type AQNotificationRegistration
 void OracleConnectionWrapper.unregisterAQNotification(AQNotificationRegistration registration)
           
 void OracleConnection.unregisterAQNotification(AQNotificationRegistration registration)
          Deletes a given AQ registration.

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.