javax.jms
Interface XAQueueConnection

All Superinterfaces:
Connection, QueueConnection, XAConnection

public interface XAQueueConnection
extends XAConnection, QueueConnection

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

Method Summary
 QueueSession createQueueSession(boolean transacted, int acknowledgeMode)
           
 XAQueueSession createXAQueueSession()
           
 
Methods inherited from interface javax.jms.QueueConnection
createConnectionConsumer
 
Methods inherited from interface javax.jms.Connection
close, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
 

Method Detail

createXAQueueSession

public XAQueueSession createXAQueueSession()
                                    throws JMSException
Throws:
JMSException

createQueueSession

public QueueSession createQueueSession(boolean transacted,
                                       int acknowledgeMode)
                                throws JMSException
Specified by:
createQueueSession in interface QueueConnection
Throws:
JMSException


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