Uses of Class
oracle.jdbc.aq.AQNotificationEvent
-
Packages that use AQNotificationEvent Package Description oracle.jdbc.aq This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications. -
-
Uses of AQNotificationEvent in oracle.jdbc.aq
Methods in oracle.jdbc.aq with parameters of type AQNotificationEvent Modifier and Type Method Description void
AQNotificationListener. onAQNotification(AQNotificationEvent e)
This method will be invoked whenever an AQ event occurs.
-