KickJava   Java API By Example, From Geeks To Geeks.

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

javax.jms
Interface Topic

All Superinterfaces:
Destination
All Known Subinterfaces:
TemporaryTopic
See Also:
Top Examples, Source Code, Session.createConsumer(Destination), Session.createProducer(Destination), TopicSession.createTopic(String)

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


public String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags