Skip navigation links
oracle.jms
Class AQjmsXATopicConnectionFactory
java.lang.Object
oracle.jms.AQjmsConnectionFactory
oracle.jms.AQjmsTopicConnectionFactory
oracle.jms.AQjmsXATopicConnectionFactory
- All Implemented Interfaces:
- java.io.Serializable, ConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XATopicConnectionFactory, javax.naming.spi.ObjectFactory
-
public class AQjmsXATopicConnectionFactory
- extends AQjmsTopicConnectionFactory
- implements XATopicConnectionFactory
Oracle class implementing javax.jms.XATopicConnectionFactory,
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AQjmsXATopicConnectionFactory
public AQjmsXATopicConnectionFactory()
- Constructs a XATopicConnectionFactory object. Before using the new factory object to create connections, initializes it by setting its properties.
createXATopicConnection
public XATopicConnection createXATopicConnection()
throws JMSException
- create a XATopicConnection to the JMS Server hosting this XATopicConnectionFactory
-
- Specified by:
createXATopicConnection in interface XATopicConnectionFactory
-
- Returns:
- a XATopicConnection
- Throws:
JMSException - if JMS fails to get a XATopicConnection due to some JMS error
createXATopicConnection
public XATopicConnection createXATopicConnection(java.lang.String username,
java.lang.String password)
throws JMSException
- create a XATopicConnection using the given username and password for authentication during creation of the XATopicConnection.
-
- Specified by:
createXATopicConnection in interface XATopicConnectionFactory
-
- Parameters:
username - name of the user connecting to the DB for Queueing. password password for the user creating the connection.
password - the caller's password
- Returns:
- a XATopicConnection
- Throws:
JMSException - if JMS fails to get a XATopicConnection due to some JMS error
createXAConnection
public XAConnection createXAConnection()
throws JMSException
- create a XAConnection to the JMS Server hosting this XATopicConnectionFactory.
-
- Specified by:
createXAConnection in interface XAConnectionFactory
-
- Returns:
- a XAConnection
- Throws:
JMSException - if JMS fails to get a XAConnection due to some JMS error
createXAConnection
public XAConnection createXAConnection(java.lang.String username,
java.lang.String password)
throws JMSException
- create a XAConnection using the given username and password for authentication during creation of the XAConnection.
-
- Specified by:
createXAConnection in interface XAConnectionFactory
-
- Parameters:
username - name of the user connecting to the DB for Queueing. password password for the creating the connection to server.
password - the caller's password
- Returns:
- a XAConnection
- Throws:
JMSException - if JMS fails to get a XAConnection due to some JMS error
Skip navigation links
Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.