Uses of Interface
oracle.jdbc.aq.AQMessageProperties
-
Packages that use AQMessageProperties 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. -
- <section role="region">
Uses of AQMessageProperties in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQMessageProperties Modifier and Type Method Description static AQMessagePropertiesAQFactory. createAQMessageProperties()Constructs a new instance of AQMessageProperties.AQMessagePropertiesAQMessage. getMessageProperties()Gets the AQMessageProperties that goes with this AQMessage.abstract AQMessagePropertiesAQNotificationEvent. getMessageProperties()Retrieves the properties of the new message.
</section>Methods in oracle.jdbc.aq with parameters of type AQMessageProperties Modifier and Type Method Description static AQMessageAQFactory. createAQMessage(AQMessageProperties prop)Constructs a new AQMessage with given mess properties.
- <section role="region">