Uses of Interface
oracle.jdbc.aq.AQAgent
-
Packages that use AQAgent 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. -
- <section role="region">
Uses of AQAgent in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQAgent Modifier and Type Method Description static AQAgentAQFactory. createAQAgent()Constructs a new AQ agent.AQAgent[]AQMessageProperties. getRecipientList()AQAgentAQMessageProperties. getSender()
</section>Methods in oracle.jdbc.aq with parameters of type AQAgent Modifier and Type Method Description voidAQMessageProperties. setRecipientList(AQAgent[] agents)This parameter is only valid for queues which allow multiple consumers.voidAQMessageProperties. setSender(AQAgent sender)Identifies the original sender of a message.
- <section role="region">