Class RemoteTopicSubscriber

  • All Implemented Interfaces:
    javax.jms.MessageConsumer, javax.jms.TopicSubscriber
    Direct Known Subclasses:
    RemoteDurableTopicSubscriber

    public class RemoteTopicSubscriber
    extends RemoteMessageConsumer
    implements javax.jms.TopicSubscriber
    RemoteTopicSubscriber
    • Constructor Detail

      • RemoteTopicSubscriber

        public RemoteTopicSubscriber​(IntegerID consumerId,
                                     RemoteSession session,
                                     javax.jms.Topic topic,
                                     String messageSelector,
                                     boolean noLocal)
                              throws javax.jms.JMSException
        Constructor
        Throws:
        javax.jms.JMSException
    • Method Detail

      • getNoLocal

        public final boolean getNoLocal()
        Specified by:
        getNoLocal in interface javax.jms.TopicSubscriber
      • getTopic

        public final javax.jms.Topic getTopic()
        Specified by:
        getTopic in interface javax.jms.TopicSubscriber