javax.jms

Interface XAQueueConnection

All Superinterfaces:
Connection, QueueConnection, XAConnection

public interface XAQueueConnection
extends XAConnection, QueueConnection

Method Summary

QueueSession
createQueueSession(boolean transacted, int acknowledgeMode)
XAQueueSession
createXAQueueSession()

Methods inherited from interface javax.jms.Connection

close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop

Methods inherited from interface javax.jms.QueueConnection

createConnectionConsumer, createQueueSession

Methods inherited from interface javax.jms.XAConnection

createSession, createXASession

Method Details

createQueueSession

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

createXAQueueSession

public XAQueueSession createXAQueueSession()
            throws JMSException