public class AQjmsXATopicConnectionFactory extends AQjmsTopicConnectionFactory implements XATopicConnectionFactory
javax.jms.XATopicConnectionFactory| Constructor and Description |
|---|
AQjmsXATopicConnectionFactory()
Constructs a XATopicConnectionFactory object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
createTopicConnection, createTopicConnection, createTopicConnection, createTopicConnectioncreateConnection, createConnection, getDataSource, getJdbcURL, getObjectInstance, getUsername, setDatasource, setJdbcURL, setPassword, setUsernameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTopicConnection, createTopicConnectioncreateConnection, createConnectionpublic AQjmsXATopicConnectionFactory()
public XATopicConnection createXATopicConnection() throws JMSException
createXATopicConnection in interface XATopicConnectionFactoryJMSException - if JMS fails to get a XATopicConnection due to some JMS errorpublic 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 errorpublic XAConnection createXAConnection() throws JMSException
createXAConnection in interface XAConnectionFactoryJMSException - if JMS fails to get a XAConnection due to some JMS errorpublic 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