Package javax.jms
Interface XAQueueConnection
-
- All Superinterfaces:
Connection
,QueueConnection
,XAConnection
public interface XAQueueConnection extends XAConnection, QueueConnection
- 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 QueueSession
createQueueSession(boolean transacted, int acknowledgeMode)
XAQueueSession
createXAQueueSession()
-
Methods inherited from interface javax.jms.Connection
close, createConnectionConsumer, createDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
Methods inherited from interface javax.jms.QueueConnection
createConnectionConsumer
-
Methods inherited from interface javax.jms.XAConnection
createSession, createXASession
-
-
-
-
Method Detail
-
createXAQueueSession
XAQueueSession createXAQueueSession() throws JMSException
- Throws:
JMSException
-
createQueueSession
QueueSession createQueueSession(boolean transacted, int acknowledgeMode) throws JMSException
- Specified by:
createQueueSession
in interfaceQueueConnection
- Throws:
JMSException
-
-