javax.jms
Interface Topic

All Superinterfaces:
Destination
All Known Subinterfaces:
TemporaryTopic
All Known Implementing Classes:
AbstractTopic, ClientTopic, EventTopic, FileQueue, FileTopic, HempTopic, MemoryTopic, PollingTopic, ServerTopic, TemporaryTopicImpl, XmppTopic

public interface Topic
extends Destination

The main destination.


Method Summary
 java.lang.String getTopicName()
           
 java.lang.String toString()
           
 

Method Detail

getTopicName

java.lang.String getTopicName()
                              throws JMSException
Throws:
JMSException

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object