public class AQjmsXAQueueConnectionFactory extends AQjmsQueueConnectionFactory implements XAQueueConnectionFactory
javax.jms.XAQueueConnectionFactory| Constructor and Description |
|---|
AQjmsXAQueueConnectionFactory()
Constructs a XAQueueConnectionFactory object.
|
| Modifier and Type | Method and Description |
|---|---|
XAConnection |
createXAConnection()
create a XAConnection to the JMS Server hosting this XAQueueConnectionFactory.
|
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.
|
XAQueueConnection |
createXAQueueConnection()
create a XAQueueConnection to the JMS Server hosting this XAQueueConnectionFactory
|
XAQueueConnection |
createXAQueueConnection(java.lang.String username, java.lang.String password)
create a XAQueueConnection using the given username and password for authentication during creation of the XAQueueConnection.
|
createQueueConnection, createQueueConnection, createQueueConnection, createQueueConnectioncreateConnection, createConnection, getDataSource, getJdbcURL, getObjectInstance, getUsername, setDatasource, setJdbcURL, setPassword, setUsernameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateQueueConnection, createQueueConnectioncreateConnection, createConnectionpublic AQjmsXAQueueConnectionFactory()
public XAQueueConnection createXAQueueConnection() throws JMSException
createXAQueueConnection in interface XAQueueConnectionFactoryJMSException - if JMS fails to get a XAQueueConnection due to some JMS errorpublic XAQueueConnection createXAQueueConnection(java.lang.String username, java.lang.String password) throws JMSException
createXAQueueConnection in interface XAQueueConnectionFactoryusername - 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 XAQueueConnection 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