|
Joram 5.0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.Connection
org.objectweb.joram.client.jms.TopicConnection
org.objectweb.joram.client.jms.XATopicConnection
public class XATopicConnection
Implements the javax.jms.XATopicConnection
interface.
Field Summary |
---|
Fields inherited from class org.objectweb.joram.client.jms.Connection |
---|
logger |
Constructor Summary | |
---|---|
XATopicConnection(FactoryParameters factoryParameters,
RequestChannel requestChannel)
Creates an XATopicConnection instance. |
Method Summary | |
---|---|
javax.jms.Session |
createSession(boolean transacted,
int acknowledgeMode)
Method inherited from interface XAConnection . |
javax.jms.TopicSession |
createTopicSession(boolean transacted,
int acknowledgeMode)
API method. |
javax.jms.XASession |
createXASession()
Method inherited from interface XAConnection . |
javax.jms.XATopicSession |
createXATopicSession()
API method. |
XAResourceMngr |
getXAResourceMngr()
return XAResourceMngr of this connection. |
Methods inherited from class org.objectweb.joram.client.jms.TopicConnection |
---|
createConnectionConsumer, createDurableConnectionConsumer |
Methods inherited from class org.objectweb.joram.client.jms.Connection |
---|
addSession, checkClosed, cleanup, close, createConnectionConsumer, equals, getClientID, getExceptionListener, getMetaData, getRequestMultiplexer, hashCode, setClientID, setExceptionListener, start, stop, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.TopicConnection |
---|
createConnectionConsumer, createDurableConnectionConsumer |
Methods inherited from interface javax.jms.Connection |
---|
close, createConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Constructor Detail |
---|
public XATopicConnection(FactoryParameters factoryParameters, RequestChannel requestChannel) throws javax.jms.JMSException
XATopicConnection
instance.
factoryParameters
- The factory parameters.connectionImpl
- The actual connection to wrap.
JMSSecurityException
- If the user identification is incorrect.
javax.jms.IllegalStateException
- If the server is not listening.
javax.jms.JMSException
Method Detail |
---|
public javax.jms.TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws javax.jms.JMSException
createTopicSession
in interface javax.jms.TopicConnection
createTopicSession
in interface javax.jms.XATopicConnection
createTopicSession
in class TopicConnection
javax.jms.IllegalStateException
- If the connection is closed.
javax.jms.JMSException
- In case of an invalid acknowledge mode.public javax.jms.XATopicSession createXATopicSession() throws javax.jms.JMSException
createXATopicSession
in interface javax.jms.XATopicConnection
javax.jms.IllegalStateException
- If the connection is closed.
javax.jms.JMSException
public javax.jms.Session createSession(boolean transacted, int acknowledgeMode) throws javax.jms.JMSException
XAConnection
.
createSession
in interface javax.jms.Connection
createSession
in interface javax.jms.XAConnection
createSession
in class Connection
javax.jms.IllegalStateException
- If the connection is closed.
javax.jms.JMSException
- In case of an invalid acknowledge mode.public javax.jms.XASession createXASession() throws javax.jms.JMSException
XAConnection
.
createXASession
in interface javax.jms.XAConnection
javax.jms.IllegalStateException
- If the connection is closed.
javax.jms.JMSException
public XAResourceMngr getXAResourceMngr()
|
Joram 5.0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |