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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static AQMessage |
AQFactory.createAQMessage(AQMessageProperties prop) |
Constructs a new AQMessage with given mess properties.
|