Uses of Enum Class
oracle.jdbc.aq.AQNotificationEvent.AdditionalEventType
Packages that use AQNotificationEvent.AdditionalEventType
Package
Description
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.AdditionalEventType in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQNotificationEvent.AdditionalEventTypeModifier and TypeMethodDescriptionAQNotificationEvent.getAdditionalEventType()Retrieve the additional event type.static final AQNotificationEvent.AdditionalEventTypeAQNotificationEvent.AdditionalEventType.getEventType(int code) Implementation detail (for internal use only).Returns the enum constant of this class with the specified name.AQNotificationEvent.AdditionalEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.