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