org.objectweb.joram.client.jms

Class XATopicSession

Implemented Interfaces:
javax.jms.Session, javax.jms.XASession, javax.jms.XATopicSession

public class XATopicSession
extends XASession
implements javax.jms.XATopicSession

Implements the javax.jms.XATopicSession interface.

Field Summary

Fields inherited from class org.objectweb.joram.client.jms.XASession

sess

Fields inherited from class org.objectweb.joram.client.jms.Session

messageListener

Method Summary

TopicSubscriber
createSubscriber(javax.jms.Topic topic)
Delegates the call to the wrapped JMS session.
TopicSubscriber
createSubscriber(javax.jms.Topic topic, String selector, boolean noLocal)
Delegates the call to the wrapped JMS session.
javax.jms.TopicSession
getTopicSession()
API method.
String
toString()
Returns a String image of this session.

Methods inherited from class org.objectweb.joram.client.jms.XASession

close, commit, createBrowser, createBrowser, createConsumer, createConsumer, createConsumer, createDurableSubscriber, createDurableSubscriber, createProducer, getSession, getTransacted, getXAResource, recover, rollback, run, toString

Methods inherited from class org.objectweb.joram.client.jms.Session

close, commit, createBrowser, createBrowser, createBytesMessage, createConsumer, createConsumer, createConsumer, createDurableSubscriber, createDurableSubscriber, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createProducer, createQueue, createStreamMessage, createTemporaryQueue, createTemporaryTopic, createTextMessage, createTextMessage, createTopic, getAcknowledgeMode, getMessageListener, getTransacted, recover, rollback, run, setMessageListener, setTransacted, toString, unsubscribe

Method Details

createSubscriber

public TopicSubscriber createSubscriber(javax.jms.Topic topic)
            throws JMSException
Delegates the call to the wrapped JMS session.


createSubscriber

public TopicSubscriber createSubscriber(javax.jms.Topic topic,
                                        String selector,
                                        boolean noLocal)
            throws JMSException
Delegates the call to the wrapped JMS session.


getTopicSession

public javax.jms.TopicSession getTopicSession()
            throws JMSException
API method.


toString

public String toString()
Returns a String image of this session.
Overrides:
toString in interface XASession


Copyright B) 2004 Scalagent - All rights reserved