javax.jms
Interface XATopicConnection

All Superinterfaces:
Connection, TopicConnection, XAConnection

public interface XATopicConnection
extends XAConnection, TopicConnection

Version:
$Revision: 1.1 $
Author:
Chris Kimpton (chris@kimptoc.net)

Method Summary
 XATopicSession createXATopicSession()
           
 
Methods inherited from interface javax.jms.TopicConnection
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
 
Methods inherited from interface javax.jms.Connection
close, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
 

Method Detail

createXATopicSession

public XATopicSession createXATopicSession()
                                    throws JMSException
Throws:
JMSException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.