javax.jms
Interface Topic

All Superinterfaces:
Destination
All Known Subinterfaces:
TemporaryTopic

public interface Topic
extends 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