Uses of Interface
oracle.jdbc.aq.AQNotificationListener
-
Packages that use AQNotificationListener 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 AQNotificationListener in oracle.jdbc.aq
Methods in oracle.jdbc.aq with parameters of type AQNotificationListener Modifier and Type Method Description voidAQNotificationRegistration. addListener(AQNotificationListener listener)voidAQNotificationRegistration. addListener(AQNotificationListener listener, java.util.concurrent.Executor e)voidAQNotificationRegistration. removeListener(AQNotificationListener listener)
-