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

- All Superinterfaces:
- Connection, TopicConnection, XAConnection
- public interface XATopicConnection
- extends XAConnection, TopicConnection
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| Method Summary | |
TopicSession |
createTopicSession(boolean transacted,
int acknowledgeMode)
|
XATopicSession |
createXATopicSession()
|
| 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.TopicConnection |
createConnectionConsumer, createDurableConnectionConsumer |
| Method Detail |
createXATopicSession
public XATopicSession createXATopicSession() throws JMSException
createTopicSession
public TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException
- Specified by:
createTopicSessionin interfaceTopicConnection
|
|||||||||
| Home >> All >> javax >> [ jms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC