Skip navigation links

Oracle® Database JDBC Java API Reference
11g Release 2 ("11.2.0.0.1-Beta-1")
BETA
E13995-01


oracle.jdbc.aq
Class AQFactory

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


public abstract class AQFactory
extends java.lang.Object

Factory class for AQ.


Field Summary
static java.lang.String BUILD_DATE
           
static boolean PRIVATE_TRACE
           
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

BUILD_DATE

public static final java.lang.String BUILD_DATE
See Also:
Constant Field Values

TRACE

public static final boolean TRACE
See Also:
Constant Field Values

PRIVATE_TRACE

public static final boolean PRIVATE_TRACE
See Also:
Constant Field Values

Constructor Detail

AQFactory

public AQFactory()

Method Detail

createAQMessage

public static AQMessage createAQMessage(AQMessageProperties prop)
                                 throws java.sql.SQLException
Constructs a new AQMessage with given mess properties.
Throws:
java.sql.SQLException

createAQMessageProperties

public static AQMessageProperties createAQMessageProperties()
                                                     throws java.sql.SQLException
Constructs a new instance of AQMessageProperties.
Throws:
java.sql.SQLException

createAQAgent

public static AQAgent createAQAgent()
                             throws java.sql.SQLException
Constructs a new AQ agent.
Throws:
java.sql.SQLException

Skip navigation links

Oracle® Database JDBC Java API Reference
11g Release 2 ("11.2.0.0.1-Beta-1")
BETA
E13995-01


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.
ORACLE CONFIDENTIAL
For authorized use only.
Do not distribute to third parties.