javax.jms
Interface XATopicConnection

All Superinterfaces:
Connection, TopicConnection, XAConnection

public interface XATopicConnection
extends XAConnection, TopicConnection

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Method Summary
 TopicSession createTopicSession(boolean transacted, int acknowledgeMode)
           
 XATopicSession createXATopicSession()
           
 
Methods inherited from interface javax.jms.XAConnection
createSession, createXASession
 
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.Connection
close, createConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
 

Method Detail

createXATopicSession

XATopicSession createXATopicSession()
                                    throws JMSException
Throws:
JMSException

createTopicSession

TopicSession createTopicSession(boolean transacted,
                                int acknowledgeMode)
                                throws JMSException
Specified by:
createTopicSession in interface TopicConnection
Throws:
JMSException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.