Package javax.jms
Interface XATopicConnectionFactory
-
- All Superinterfaces:
ConnectionFactory
,TopicConnectionFactory
,XAConnectionFactory
public interface XATopicConnectionFactory extends XAConnectionFactory, TopicConnectionFactory
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XATopicConnection
createXATopicConnection()
XATopicConnection
createXATopicConnection(java.lang.String userName, java.lang.String password)
-
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
-
Methods inherited from interface javax.jms.TopicConnectionFactory
createTopicConnection, createTopicConnection
-
Methods inherited from interface javax.jms.XAConnectionFactory
createXAConnection, createXAConnection
-
-
-
-
Method Detail
-
createXATopicConnection
XATopicConnection createXATopicConnection() throws JMSException
- Throws:
JMSException
-
createXATopicConnection
XATopicConnection createXATopicConnection(java.lang.String userName, java.lang.String password) throws JMSException
- Throws:
JMSException
-
-