Package org.apache.qpid.jms
Class JmsTopic
- java.lang.Object
-
- org.apache.qpid.jms.jndi.JNDIStorable
-
- org.apache.qpid.jms.JmsDestination
-
- org.apache.qpid.jms.JmsTopic
-
- All Implemented Interfaces:
Externalizable,Serializable,Comparable<JmsDestination>,javax.jms.Destination,javax.jms.Topic,Referenceable
public class JmsTopic extends JmsDestination implements javax.jms.Topic
JMS Topic object.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.qpid.jms.JmsDestination
address, connection, hashValue, temporary, topic
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTopicName()-
Methods inherited from class org.apache.qpid.jms.JmsDestination
buildFromProperties, compareTo, equals, getAddress, hashCode, isQueue, isTemporary, isTopic, populateProperties, readExternal, setAddress, toString, writeExternal
-
Methods inherited from class org.apache.qpid.jms.jndi.JNDIStorable
getProperties, getProperty, getReference, setProperties
-
-