|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AQMessage | |
---|---|
oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc . |
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 AQMessage in oracle.jdbc |
---|
Methods in oracle.jdbc that return AQMessage | |
---|---|
AQMessage |
OracleConnectionWrapper.dequeue(String queueName, AQDequeueOptions opt, byte[] tdo) |
AQMessage |
OracleConnection.dequeue(String queueName, AQDequeueOptions opt, byte[] tdo) Dequeues an AQ message from the queue specified by its name. |
AQMessage |
OracleConnectionWrapper.dequeue(String queueName, AQDequeueOptions opt, String typeName) |
AQMessage |
OracleConnection.dequeue(String queueName, AQDequeueOptions opt, String typeName) Dequeues an AQ message from the queue specified by its name. |
Methods in oracle.jdbc with parameters of type AQMessage | |
---|---|
void |
OracleConnectionWrapper.enqueue(String queueName, AQEnqueueOptions opt, AQMessage mesg) |
void |
OracleConnection.enqueue(String queueName, AQEnqueueOptions opt, AQMessage mesg) Enqueues the given AQ message to the queue specified by its name. |
Uses of AQMessage in oracle.jdbc.aq |
---|
Methods in oracle.jdbc.aq that return AQMessage | |
---|---|
static AQMessage |
AQFactory.createAQMessage(AQMessageProperties prop) Constructs a new AQMessage with given mess properties. |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |