Uses of Enum Class
oracle.jdbc.aq.AQMessageProperties.MessageState
Packages that use AQMessageProperties.MessageState
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.MessageState in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQMessageProperties.MessageStateModifier and TypeMethodDescriptionstatic final AQMessageProperties.MessageStateAQMessageProperties.MessageState.getMessageState(int code) Implementation detail (for internal use only).AQMessageProperties.getState()Returns the state of the message at the time of the dequeue.Returns the enum constant of this class with the specified name.static AQMessageProperties.MessageState[]AQMessageProperties.MessageState.values()Returns an array containing the constants of this enum class, in the order they are declared.