Inheritance diagram for org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory:


Public Member Functions | |
| XAQueueHALocalConnectionFactory () | |
| javax.jms.XAQueueConnection | createXAQueueConnection (String name, String password) throws JMSException |
| javax.jms.XAConnection | createXAConnection (String name, String password) throws JMSException |
| javax.jms.QueueConnection | createQueueConnection (String name, String password) throws JMSException |
| javax.jms.Connection | createConnection (String name, String password) throws JMSException |
Static Public Member Functions | |
| static javax.jms.XAQueueConnectionFactory | create () |
XAQueueHALocalConnectionFactory instance is a factory of local connections for XA PTP HA communication.
Definition at line 36 of file XAQueueHALocalConnectionFactory.java.
| org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.XAQueueHALocalConnectionFactory | ( | ) |
Constructs an XAQueueHALocalConnectionFactory instance.
Definition at line 43 of file XAQueueHALocalConnectionFactory.java.
Referenced by org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.create().
| javax.jms.XAQueueConnection org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.createXAQueueConnection | ( | String | name, | |
| String | password | |||
| ) | throws JMSException [virtual] |
Method inherited from the XAQueueConnectionFactory class.
| JMSSecurityException | If the user identification is incorrect. |
Implements org.objectweb.joram.client.jms.XAQueueConnectionFactory.
Definition at line 52 of file XAQueueHALocalConnectionFactory.java.
References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.
| javax.jms.XAConnection org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.createXAConnection | ( | String | name, | |
| String | password | |||
| ) | throws JMSException [virtual] |
Method inherited from the XAConnectionFactory class.
| JMSSecurityException | If the user identification is incorrect. |
Implements org.objectweb.joram.client.jms.XAConnectionFactory.
Definition at line 63 of file XAQueueHALocalConnectionFactory.java.
References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.
| javax.jms.QueueConnection org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.createQueueConnection | ( | String | name, | |
| String | password | |||
| ) | throws JMSException [virtual] |
Method inherited from the QueueConnectionFactory class.
| JMSSecurityException | If the user identification is incorrect. |
Implements org.objectweb.joram.client.jms.XAQueueConnectionFactory.
Definition at line 74 of file XAQueueHALocalConnectionFactory.java.
References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.
| javax.jms.Connection org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.createConnection | ( | String | name, | |
| String | password | |||
| ) | throws JMSException [virtual] |
Method inherited from the ConnectionFactory class.
| JMSSecurityException | If the user identification is incorrect. |
Implements org.objectweb.joram.client.jms.XAQueueConnectionFactory.
Definition at line 85 of file XAQueueHALocalConnectionFactory.java.
References org.objectweb.joram.client.jms.admin.AbstractConnectionFactory.params.
| static javax.jms.XAQueueConnectionFactory org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.create | ( | ) | [static] |
Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating local connections.
Definition at line 95 of file XAQueueHALocalConnectionFactory.java.
References org.objectweb.joram.client.jms.ha.local.XAQueueHALocalConnectionFactory.XAQueueHALocalConnectionFactory().
Here is the call graph for this function:

1.5.0