com.pcbsys.nirvana.nJMS.QueueReceiverImpl Class Reference

<Enter Class Description> More...

Inheritance diagram for com.pcbsys.nirvana.nJMS.QueueReceiverImpl:
com.pcbsys.nirvana.nJMS.MessageConsumerImpl com.pcbsys.nirvana.client.nEventListener

Public Member Functions

javax.jms.Queue getQueue () throws javax.jms.JMSException
 <Enter Method Description> More...
 
 QueueReceiverImpl (SessionImpl session)
 <Enter Constructor Description>
 
- Public Member Functions inherited from com.pcbsys.nirvana.nJMS.MessageConsumerImpl
void close () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.MessageListener getMessageListener () throws javax.jms.JMSException
 <Enter Method Description> More...
 
String getMessageSelector () throws javax.jms.JMSException
 <Enter Method Description> More...
 
void go (nConsumeEvent evt)
 <Enter Method Description> More...
 
 MessageConsumerImpl (SessionImpl session)
 <Enter Constructor Description>
 
javax.jms.Message receive (long timeOut) throws javax.jms.JMSException
 This method will block until Message is received or the specified timeout expires. More...
 
javax.jms.Message receive () throws javax.jms.JMSException
 This method will block until Message is received. More...
 
int receiveCacheReturnOutstandingRequests (List< Message > listToPopulateCache) throws JMSException
 This method will return the number of outstanding receive client requests, sent to the server, while also filling up the provided list with all the client-side cached events. More...
 
List< javax.jms.Message > receiveMessages (int prefetchSize) throws javax.jms.JMSException
 This method will block until list of messages is received. More...
 
List< javax.jms.Message > receiveMessages (long timeOut, int prefetchSize) throws javax.jms.JMSException
 This method will block until list of messages is received or the specified timeout expires. More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.client.nEventListener
void go (com.pcbsys.nirvana.client.nConsumeEvent evt)
 This method is asynchronously called by the nirvana client API to deliver an event to a registered subscriber. More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.pcbsys.nirvana.nJMS.MessageConsumerImpl
void resetMessageListener () throws javax.jms.JMSException
 <Enter Method Description> Clean's up the MessageConsumer resources More...
 

Detailed Description

<Enter Class Description>

Member Function Documentation

javax.jms.Queue com.pcbsys.nirvana.nJMS.QueueReceiverImpl.getQueue ( ) throws javax.jms.JMSException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>