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