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

- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- XAQueueConnection, XATopicConnection
- public interface XAConnection
- extends Connection
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| Method Summary | |
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
public XASession createXASession() throws JMSException
createSession
public Session createSession(boolean transacted, int acknowledgeMode) throws JMSException
- Specified by:
createSessionin interfaceConnection
|
|||||||||
| Home >> All >> javax >> [ jms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC