Skip navigation links

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


oracle.jdbc.aq
Class AQFactory

java.lang.Object
  extended by oracle.jdbc.aq.AQFactory


public abstract class AQFactory
extends Object

Factory class for AQ.


Field Summary
static boolean TRACE
           

 

Constructor Summary
AQFactory()
           

 

Method Summary
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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TRACE

public static final boolean TRACE
See Also:
Constant Field Values

Constructor Detail

AQFactory

public AQFactory()

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

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.