|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mq.SpyMessageConsumer (src)
org.jboss.mq.SpyTopicSubscriber
This class implements javax.jms.TopicSubscriber.
Field Summary |
Fields inherited from class org.jboss.mq.SpyMessageConsumer (src) |
closed, listenerThread, listening, receiving, session, stateLock, subscription, waitingForMessage |
Method Summary | |
boolean |
getNoLocal()
Gets the NoLocal attribute for this subscriber. |
Topic (src) |
getTopic()
Gets the Topic associated with this subscriber. |
Methods inherited from class org.jboss.mq.SpyMessageConsumer (src) |
addMessage, close, getMessageListener, getMessageSelector, getSubscription, isListening, receive, receive, receiveNoWait, restartProcessing, run, sessionConsumerProcessMessage, setMessageListener, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.MessageConsumer (src) |
close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListener |
Method Detail |
public Topic (src) getTopic() throws JMSException (src)
TopicSubscriber (src)
Topic
associated with this subscriber.
getTopic
in interface TopicSubscriber (src)
Topic
JMSException (src)
- if the JMS provider fails to get the topic for
this topic subscriber
due to some internal error.public boolean getNoLocal() throws JMSException (src)
TopicSubscriber (src)
NoLocal
attribute for this subscriber.
The default value for this attribute is false.
getNoLocal
in interface TopicSubscriber (src)
JMSException (src)
- if the JMS provider fails to get the
NoLocal
attribute for
this topic subscriber
due to some internal error.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |