|
Oracle® Database Advanced Queuing Java API Reference 12c Release 1 (12.1) E15980-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jms.AQjmsConnectionFactory
oracle.jms.AQjmsTopicConnectionFactory
oracle.jms.AQjmsXATopicConnectionFactory
public class AQjmsXATopicConnectionFactory
Oracle class implementing javax.jms.XATopicConnectionFactory
| Constructor Summary | |
|---|---|
AQjmsXATopicConnectionFactory()Constructs a XATopicConnectionFactory object. |
|
| Method Summary | |
|---|---|
XAConnection |
createXAConnection()create a XAConnection to the JMS Server hosting this XATopicConnectionFactory. |
XAConnection |
createXAConnection(java.lang.String username, java.lang.String password)create a XAConnection using the given username and password for authentication during creation of the XAConnection. |
XATopicConnection |
createXATopicConnection()create a XATopicConnection to the JMS Server hosting this XATopicConnectionFactory |
XATopicConnection |
createXATopicConnection(java.lang.String username, java.lang.String password)create a XATopicConnection using the given username and password for authentication during creation of the XATopicConnection. |
| Methods inherited from class oracle.jms.AQjmsTopicConnectionFactory |
|---|
createTopicConnection, createTopicConnection, createTopicConnection, createTopicConnection |
| Methods inherited from class oracle.jms.AQjmsConnectionFactory |
|---|
createConnection, createConnection, getDataSource, getJdbcURL, getObjectInstance, getUsername, setDatasource, setJdbcURL, setPassword, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.TopicConnectionFactory |
|---|
createTopicConnection, createTopicConnection |
| Methods inherited from interface javax.jms.ConnectionFactory |
|---|
createConnection, createConnection |
| Constructor Detail |
|---|
public AQjmsXATopicConnectionFactory()
| Method Detail |
|---|
public XATopicConnection createXATopicConnection()
throws JMSException
createXATopicConnection in interface XATopicConnectionFactoryJMSException - if JMS fails to get a XATopicConnection due to some JMS error
public XATopicConnection createXATopicConnection(java.lang.String username,
java.lang.String password)
throws JMSException
createXATopicConnection in interface XATopicConnectionFactoryusername - name of the user connecting to the DB for Queueing. password password for the user creating the connection.password - the caller's passwordJMSException - if JMS fails to get a XATopicConnection due to some JMS error
public XAConnection createXAConnection()
throws JMSException
createXAConnection in interface XAConnectionFactoryJMSException - if JMS fails to get a XAConnection due to some JMS error
public XAConnection createXAConnection(java.lang.String username,
java.lang.String password)
throws JMSException
createXAConnection in interface XAConnectionFactoryusername - name of the user connecting to the DB for Queueing. password password for the creating the connection to server.password - the caller's passwordJMSException - if JMS fails to get a XAConnection due to some JMS error
|
Oracle® Database Advanced Queuing Java API Reference 12c Release 1 (12.1) E15980-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2001, 2013, Oracle and/or its affiliates. All rights reserved.
For authorized use only.
Do not distribute to third parties.