org.objectweb.joram.client.jms

Class XAQueueSession

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

public class XAQueueSession
extends XASession
implements javax.jms.XAQueueSession

Implements the javax.jms.XAQueueSession 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

javax.jms.QueueReceiver
createReceiver(Queue queue)
Delegates the call to the wrapped JMS session.
javax.jms.QueueReceiver
createReceiver(Queue queue, String selector)
Delegates the call to the wrapped JMS session.
javax.jms.QueueSender
createSender(Queue queue)
Delegates the call to the wrapped JMS session.
javax.jms.QueueSession
getQueueSession()
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

createReceiver

public javax.jms.QueueReceiver createReceiver(Queue queue)
            throws JMSException
Delegates the call to the wrapped JMS session.


createReceiver

public javax.jms.QueueReceiver createReceiver(Queue queue,
                                              String selector)
            throws JMSException
Delegates the call to the wrapped JMS session.


createSender

public javax.jms.QueueSender createSender(Queue queue)
            throws JMSException
Delegates the call to the wrapped JMS session.


getQueueSession

public javax.jms.QueueSession getQueueSession()
            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