Uses of Enum Class
oracle.jdbc.aq.AQMessageProperties.DeliveryMode
Packages that use AQMessageProperties.DeliveryMode
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 AQMessageProperties.DeliveryMode in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQMessageProperties.DeliveryModeModifier and TypeMethodDescriptionstatic final AQMessageProperties.DeliveryModeAQMessageProperties.DeliveryMode.getDeliveryMode(int code) Implementation detail (for internal use only).AQMessageProperties.getDeliveryMode()After a dequeue operation, call this method to find out if the message was enqueued in a persistent manner or not.Returns the enum constant of this class with the specified name.static AQMessageProperties.DeliveryMode[]AQMessageProperties.DeliveryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.