com.pcbsys.nirvana.nJMS.QueueSessionImpl Class Reference

<Enter Class Description> More...

Inherits com.pcbsys.nirvana.nJMS.SessionImpl, and QueueSession.

Public Member Functions

javax.jms.QueueBrowser createBrowser (javax.jms.Queue queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.QueueBrowser createBrowser (javax.jms.Queue queue, String messageSelector) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException
 <Enter Method Description> More...
 
javax.jms.QueueReceiver createReceiver (javax.jms.Queue queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.QueueReceiver createReceiver (javax.jms.Queue queue, String messageSelector) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException
 <Enter Method Description> More...
 
javax.jms.QueueSender createSender (javax.jms.Queue queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
 QueueSessionImpl ()
 <Enter Constructor Description>
 
- Public Member Functions inherited from com.pcbsys.nirvana.nJMS.SessionImpl
javax.jms.BytesMessage createBytesMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TopicSubscriber createDurableSubscriber (javax.jms.Topic topic, String name, String messageSelector, boolean NoLocal) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException
 
javax.jms.MapMessage createMapMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.Message createMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.ObjectMessage createObjectMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.ObjectMessage createObjectMessage (java.io.Serializable object) throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TopicPublisher createPublisher (javax.jms.Topic topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.QueueReceiver createReceiver (javax.jms.Queue queue, String messageSelector) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException
 <Enter Method Description> More...
 
javax.jms.QueueSender createSender (javax.jms.Queue queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.StreamMessage createStreamMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TopicSubscriber createSubscriber (javax.jms.Topic topic) throws javax.jms.JMSException, javax.jms.InvalidDestinationException
 <Enter Method Description> More...
 
javax.jms.TextMessage createTextMessage () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.TextMessage createTextMessage (StringBuffer stringBuffer) throws javax.jms.JMSException
 <Enter Method Description> More...
 
void run ()
 Dispatches the message(s) to the MDB in a server provided thread (or to whatever in whatever thread provided by external platform. More...
 

Detailed Description

<Enter Class Description>

Member Function Documentation

javax.jms.QueueBrowser com.pcbsys.nirvana.nJMS.QueueSessionImpl.createBrowser ( javax.jms.Queue  queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException

<Enter Method Description>

Parameters
queue<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.QueueBrowser com.pcbsys.nirvana.nJMS.QueueSessionImpl.createBrowser ( javax.jms.Queue  queue,
String  messageSelector 
) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException

<Enter Method Description>

Parameters
queue<Enter Parameter Description>
messageSelector<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.QueueReceiver com.pcbsys.nirvana.nJMS.QueueSessionImpl.createReceiver ( javax.jms.Queue  queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException

<Enter Method Description>

Parameters
queue<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.QueueReceiver com.pcbsys.nirvana.nJMS.QueueSessionImpl.createReceiver ( javax.jms.Queue  queue,
String  messageSelector 
) throws javax.jms.JMSException, javax.jms.InvalidDestinationException, javax.jms.InvalidSelectorException

<Enter Method Description>

Parameters
queue<Enter Parameter Description>
messageSelector<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.QueueSender com.pcbsys.nirvana.nJMS.QueueSessionImpl.createSender ( javax.jms.Queue  queue) throws javax.jms.JMSException, javax.jms.InvalidDestinationException

<Enter Method Description>

Parameters
queue<Enter Parameter Description>
Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>