Package oracle.jdbc.aq
Class AQFactory
- java.lang.Object
-
- oracle.jdbc.aq.AQFactory
-
public abstract class AQFactory extends Object
Factory class for AQ.
-
-
Constructor Summary
Constructors Constructor Description AQFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AQAgent
createAQAgent()
Constructs a new AQ agent.static AQMessage
createAQMessage(AQMessageProperties prop)
Constructs a new AQMessage with given mess properties.static AQMessageProperties
createAQMessageProperties()
Constructs a new instance of AQMessageProperties.
-
-
-
Method Detail
-
createAQMessage
public static AQMessage createAQMessage(AQMessageProperties prop) throws SQLException
Constructs a new AQMessage with given mess properties.- Throws:
SQLException
-
createAQMessageProperties
public static AQMessageProperties createAQMessageProperties() throws SQLException
Constructs a new instance of AQMessageProperties.- Throws:
SQLException
-
createAQAgent
public static AQAgent createAQAgent() throws SQLException
Constructs a new AQ agent.- Throws:
SQLException
-
-