Package javax.jms
Interface XATopicConnection
-
- All Superinterfaces:
Connection
,TopicConnection
,XAConnection
public interface XATopicConnection extends XAConnection, TopicConnection
- 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 TopicSession
createTopicSession(boolean transacted, int acknowledgeMode)
XATopicSession
createXATopicSession()
-
Methods inherited from interface javax.jms.Connection
close, createConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
Methods inherited from interface javax.jms.TopicConnection
createConnectionConsumer, createDurableConnectionConsumer
-
Methods inherited from interface javax.jms.XAConnection
createSession, createXASession
-
-
-
-
Method Detail
-
createXATopicSession
XATopicSession createXATopicSession() throws JMSException
- Throws:
JMSException
-
createTopicSession
TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException
- Specified by:
createTopicSession
in interfaceTopicConnection
- Throws:
JMSException
-
-