jrun.jms.xa
Class JRunXAConnectionFactoryImpl
java.lang.Object
|
+--jrun.jms.xa.JRunXAConnectionFactoryImpl
- All Implemented Interfaces:
- JRunXAConnectionFactory, java.io.Serializable
- public class JRunXAConnectionFactoryImpl
- extends java.lang.Object
- implements JRunXAConnectionFactory
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRunXAConnectionFactoryImpl
public JRunXAConnectionFactoryImpl(javax.jms.ConnectionFactory cf,
boolean ptpDomain)
createQueueConnection
public javax.jms.QueueConnection createQueueConnection()
throws javax.jms.JMSException
createXAQueueConnection
public javax.jms.XAQueueConnection createXAQueueConnection()
throws javax.jms.JMSException
- Specified by:
createXAQueueConnection in interface JRunXAConnectionFactory
createTopicConnection
public javax.jms.TopicConnection createTopicConnection()
throws javax.jms.JMSException
createXATopicConnection
public javax.jms.XATopicConnection createXATopicConnection()
throws javax.jms.JMSException
- Specified by:
createXATopicConnection in interface JRunXAConnectionFactory
createQueueConnection
public javax.jms.QueueConnection createQueueConnection(java.lang.String user,
java.lang.String password)
throws javax.jms.JMSException
createXAQueueConnection
public javax.jms.XAQueueConnection createXAQueueConnection(java.lang.String user,
java.lang.String password)
throws javax.jms.JMSException
- Specified by:
createXAQueueConnection in interface JRunXAConnectionFactory
createTopicConnection
public javax.jms.TopicConnection createTopicConnection(java.lang.String user,
java.lang.String password)
throws javax.jms.JMSException
createXATopicConnection
public javax.jms.XATopicConnection createXATopicConnection(java.lang.String user,
java.lang.String password)
throws javax.jms.JMSException
- Specified by:
createXATopicConnection in interface JRunXAConnectionFactory
Copyright � 2002 Macromedia Corporation. All Rights Reserved.