Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Uses of Interface
oracle.jdbc.aq.AQAgent

Packages that use AQAgent
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 AQAgent in oracle.jdbc.aq

 

Methods in oracle.jdbc.aq that return AQAgent
static AQAgent AQFactory.createAQAgent()
          Constructs a new AQ agent.
 AQAgent[] AQMessageProperties.getRecipientList()
           
 AQAgent AQMessageProperties.getSender()
           

 

Methods in oracle.jdbc.aq with parameters of type AQAgent
 void AQMessageProperties.setRecipientList(AQAgent[] agents)
          This parameter is only valid for queues which allow multiple consumers.
 void AQMessageProperties.setSender(AQAgent sender)
          Identifies the original sender of a message.

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.