KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > TopicSubscriber

javax.jms
Interface TopicSubscriber

All Superinterfaces:
MessageConsumer
See Also:
Top Examples, Source Code, Session.createConsumer(javax.jms.Destination), Session.createDurableSubscriber(javax.jms.Topic, java.lang.String), TopicSession, TopicSession.createSubscriber(javax.jms.Topic)

public boolean getNoLocal()
                   throws JMSException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Topic getTopic()
               throws JMSException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags