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. -
-
Uses of AQMessageProperties in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQMessageProperties Modifier and Type Method Description static AQMessageProperties
AQFactory. createAQMessageProperties()
Constructs a new instance of AQMessageProperties.AQMessageProperties
AQMessage. getMessageProperties()
Gets the AQMessageProperties that goes with this AQMessage.abstract AQMessageProperties
AQNotificationEvent. getMessageProperties()
Retrieves the properties of the new message.Methods in oracle.jdbc.aq with parameters of type AQMessageProperties Modifier and Type Method Description static AQMessage
AQFactory. createAQMessage(AQMessageProperties prop)
Constructs a new AQMessage with given mess properties.
-