org.objectweb.joram.client.jms
Class XATopicConnection
- javax.jms.Connection, javax.jms.TopicConnection, javax.jms.XATopicConnection
public class XATopicConnection
implements javax.jms.XATopicConnection
Implements the javax.jms.XATopicConnection
interface.
close , createConnectionConsumer , createDurableConnectionConsumer , createSession , equals , getClientID , getExceptionListener , getMetaData , setClientID , setExceptionListener , start , stop , toString |
XATopicConnection
public XATopicConnection(FactoryParameters factoryParameters,
ConnectionItf connectionImpl)
throws JMSException
Creates an XATopicConnection
instance.
factoryParameters
- The factory parameters.connectionImpl
- The actual connection to wrap.
createSession
public javax.jms.Session createSession(boolean transacted,
int acknowledgeMode)
throws JMSException
Method inherited from interface XAConnection
.
- createSession in interface Connection
createTopicSession
public javax.jms.TopicSession createTopicSession(boolean transacted,
int acknowledgeMode)
throws JMSException
API method.
- createTopicSession in interface TopicConnection
createXASession
public javax.jms.XASession createXASession()
throws JMSException
Method inherited from interface XAConnection
.
createXATopicSession
public javax.jms.XATopicSession createXATopicSession()
throws JMSException
API method.
getXAResourceMngr
public XAResourceMngr getXAResourceMngr()
return XAResourceMngr of this connection.
see connector
Copyright B) 2004 Scalagent - All rights reserved