Package javax.jms
Interface Topic
-
- All Superinterfaces:
Destination
- All Known Subinterfaces:
TemporaryTopic
public interface Topic extends Destination
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 classjava.lang.Object
-
-