org.huihoo.jfox.ms.jms.topic
Class TopicSubscriberImpl

java.lang.Object
  extended byorg.huihoo.jfox.ms.jms.base.MessageConsumerImpl
      extended byorg.huihoo.jfox.ms.jms.topic.TopicSubscriberImpl
All Implemented Interfaces:
javax.jms.MessageConsumer, javax.jms.TopicSubscriber

public class TopicSubscriberImpl
extends MessageConsumerImpl
implements javax.jms.TopicSubscriber

Created by IntelliJ IDEA. User: yong.cheng Date: 2003-5-20 Time: 21:49:41 To change this template use Options | File Templates.


Constructor Summary
TopicSubscriberImpl(SessionImpl session, java.lang.String messageSelector)
           
 
Method Summary
 boolean getNoLocal()
           
 javax.jms.Topic getTopic()
           
 
Methods inherited from class org.huihoo.jfox.ms.jms.base.MessageConsumerImpl
close, getMessageListener, getMessageSelector, isClosed, receive, receive, receiveNoWait, setMessageListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jms.MessageConsumer
close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListener
 

Constructor Detail

TopicSubscriberImpl

public TopicSubscriberImpl(SessionImpl session,
                           java.lang.String messageSelector)
Method Detail

getTopic

public javax.jms.Topic getTopic()
                         throws javax.jms.JMSException
Specified by:
getTopic in interface javax.jms.TopicSubscriber
Throws:
javax.jms.JMSException

getNoLocal

public boolean getNoLocal()
                   throws javax.jms.JMSException
Specified by:
getNoLocal in interface javax.jms.TopicSubscriber
Throws:
javax.jms.JMSException


Copyright © 2002-2003 Open Enterprise Foundation. All Rights Reserved.