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