|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mq.jms.MQConnection | +--com.ibm.mq.jms.MQQueueConnection | +--com.ibm.mq.jms.MQXAQueueConnection
XAQueueConnection provides the same create options as MQQueueConnection. The only difference is that, by definition, an XAConnection is transacted.
MQXAConnection
,
MQQueueConnection
Method Summary | |
javax.jms.XAQueueSession |
createXAQueueSession()
Creates an XAQueueSession. |
Methods inherited from class com.ibm.mq.jms.MQQueueConnection |
close, createConnectionConsumer, createQueueSession |
Methods inherited from class com.ibm.mq.jms.MQConnection |
createConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.XAQueueConnection |
createQueueSession |
Methods inherited from interface javax.jms.XAConnection |
createSession |
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 |
Method Detail |
public javax.jms.XAQueueSession createXAQueueSession() throws javax.jms.JMSException
createXAQueueSession
in interface javax.jms.XAQueueConnection
javax.jms.JMSException
- if JMS Connection fails to create a
XA Queue session due to some internal error.
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |