| java.lang.Object org.objectweb.jonas_jms.JSession org.objectweb.jonas_jms.JQueueSession
JQueueSession | public class JQueueSession extends JSession implements QueueSession(Code) | | author: Laurent Chauvirey, Frederic Maistre, Nicolas Tachker author: Contributor(s): author: Philippe Durieux author: Philippe Coq |
Field Summary | |
protected QueueSession | qs | protected XAQueueConnection | xaqc | protected XAQueueSession | xaqs |
qs | protected QueueSession qs(Code) | | |
xaqc | protected XAQueueConnection xaqc(Code) | | |
xaqs | protected XAQueueSession xaqs(Code) | | |
JQueueSession | public JQueueSession(JConnection jconn, XAQueueConnection xaqc)(Code) | | Constructor
|
MOMSessionClose | protected void MOMSessionClose()(Code) | | |
createBrowser | public QueueBrowser createBrowser(Queue queue) throws JMSException(Code) | | |
createBrowser | public QueueBrowser createBrowser(Queue queue, String messageSelector) throws JMSException(Code) | | |
createQueue | public Queue createQueue(String queueName) throws JMSException(Code) | | |
createReceiver | public QueueReceiver createReceiver(Queue queue) throws JMSException(Code) | | |
createReceiver | public QueueReceiver createReceiver(Queue queue, String messageSelector) throws JMSException(Code) | | |
createSender | public QueueSender createSender(Queue queue) throws JMSException(Code) | | |
createTemporaryQueue | public TemporaryQueue createTemporaryQueue() throws JMSException(Code) | | |
getMOMQueueSession | protected QueueSession getMOMQueueSession() throws JMSException(Code) | | |
getMOMSession | protected Session getMOMSession() throws JMSException(Code) | | Get the underlaying MOM Session.
|
|
|