|
|||||||||
| Home >> All >> javax >> [ jms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.jms
Interface XAQueueConnection

- All Superinterfaces:
- Connection, QueueConnection, XAConnection
- public interface XAQueueConnection
- extends XAConnection, QueueConnection
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| Method Summary | |
QueueSession |
createQueueSession(boolean transacted,
int acknowledgeMode)
|
XAQueueSession |
createXAQueueSession()
|
| Methods inherited from interface javax.jms.XAConnection |
createSession, createXASession |
| 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 |
createXAQueueSession
public XAQueueSession createXAQueueSession() throws JMSException
createQueueSession
public QueueSession createQueueSession(boolean transacted, int acknowledgeMode) throws JMSException
- Specified by:
createQueueSessionin interfaceQueueConnection
|
|||||||||
| Home >> All >> javax >> [ jms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC