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. -
-
Uses of AQAgent in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return AQAgent Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-