| |
|
| java.lang.Object org.jboss.mq.SpyMessageConsumer org.jboss.mq.SpyTopicSubscriber
SpyTopicSubscriber | public class SpyTopicSubscriber extends SpyMessageConsumer implements TopicSubscriber(Code) | | This class implements javax.jms.TopicSubscriber.
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Hiram Chirino (Cojonudo14@hotmail.com) author: Adrian Brock version: $Revision: 57198 $ |
SpyTopicSubscriber | SpyTopicSubscriber(SpySession session, SpyTopic topic, boolean noLocal, String selector) throws InvalidSelectorException(Code) | | Create a new SpyTopicSubscriber
Parameters: session - the session Parameters: topic - the topic Parameters: noLocal - true for no local, false otherwise Parameters: selector - the selector throws: InvalidSelectorException - for an invalid selector |
getNoLocal | public boolean getNoLocal() throws JMSException(Code) | | |
getTopic | public Topic getTopic() throws JMSException(Code) | | |
|
|
|