Uses of Package
oracle.jdbc.aq
Packages that use oracle.jdbc.aq
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications.
-
Classes in oracle.jdbc.aq used by oracle.jdbcClassDescriptionSpecifies the options available for the dequeue operation.Specifies the options available for the enqueue operation.A message is the unit that is enqueued or dequeued.This class represents your interest in being notified when a new message is enqueued in a particular queue.
-
Classes in oracle.jdbc.aq used by oracle.jdbc.aqClassDescriptionAn Agent represents and identifies a user of the queue, either producer or consumer of the message, either an end-user or an application.A message is the unit that is enqueued or dequeued.This interface contains the message properties such as Correlation, Sender, Delay and Expiration, Recipients, and Priority and Ordering.An AQNotificationEvent will be created whenever a new message is enqueued in a queue for which you have registered your interest (see OracleConnection.registerAQNotification).The listener interface for receiving AQ notification events.