Uses of Interface
oracle.jdbc.aq.AQMessageProperties
Packages that use AQMessageProperties
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 in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQMessagePropertiesModifier and TypeMethodDescriptionstatic AQMessagePropertiesAQFactory.createAQMessageProperties()Constructs a new instance of AQMessageProperties.AQMessage.getMessageProperties()Gets the AQMessageProperties that goes with this AQMessage.abstract AQMessagePropertiesAQNotificationEvent.getMessageProperties()Retrieves the properties of the new message.Methods in oracle.jdbc.aq with parameters of type AQMessagePropertiesModifier and TypeMethodDescriptionstatic AQMessageAQFactory.createAQMessage(AQMessageProperties prop) Constructs a new AQMessage with given mess properties.