public class QpidRATopicSubscriber extends QpidRAMessageConsumer implements javax.jms.TopicSubscriber
_consumer, _session
Constructor and Description |
---|
QpidRATopicSubscriber(javax.jms.TopicSubscriber consumer,
QpidRASessionImpl session)
Create a new wrapper
|
Modifier and Type | Method and Description |
---|---|
boolean |
getNoLocal()
Get the no local value
|
javax.jms.Topic |
getTopic()
Get the topic
|
close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListener
public QpidRATopicSubscriber(javax.jms.TopicSubscriber consumer, QpidRASessionImpl session)
consumer
- the topic subscribersession
- the sessionpublic boolean getNoLocal() throws javax.jms.JMSException
getNoLocal
in interface javax.jms.TopicSubscriber
javax.jms.JMSException
- Thrown if an error occurspublic javax.jms.Topic getTopic() throws javax.jms.JMSException
getTopic
in interface javax.jms.TopicSubscriber
javax.jms.JMSException
- Thrown if an error occursCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.