com.pcbsys.nirvana.nJMS.TopicSubscriberImpl Class Reference

<Enter Class Description> More...

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

Public Member Functions

boolean getNoLocal () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.Topic getTopic () throws javax.jms.JMSException
 <Enter Method Description> More...
 
 TopicSubscriberImpl (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 () throws javax.jms.JMSException
 <Enter Method Description> More...
 
javax.jms.Message receive (long timeOut) throws javax.jms.JMSException
 <Enter Method Description> 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

boolean com.pcbsys.nirvana.nJMS.TopicSubscriberImpl.getNoLocal ( ) throws javax.jms.JMSException

<Enter Method Description>

Returns
<Enter Result Description>
Exceptions
JMSException<Enter Exception Description>
javax.jms.Topic com.pcbsys.nirvana.nJMS.TopicSubscriberImpl.getTopic ( ) throws javax.jms.JMSException

<Enter Method Description>

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