Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
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).
|
AQNotificationRegistration[] |
OracleConnectionWrapper.registerAQNotification(String[] name,
Properties[] options,
Properties globaloptions) |
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).
|
Modifier and Type | Method and Description |
---|---|
void |
OracleConnection.unregisterAQNotification(AQNotificationRegistration registration)
Deletes a given AQ registration.
|
void |
OracleConnectionWrapper.unregisterAQNotification(AQNotificationRegistration registration) |
void |
OracleConnectionWrapper.unregisterAQNotification(AQNotificationRegistration registration) |
void |
OracleConnection.unregisterAQNotification(AQNotificationRegistration registration)
Deletes a given AQ registration.
|