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:
jakarta.jms.Destination,jakarta.jms.Topic,java.io.Externalizable,java.io.Serializable,java.lang.Comparable<JmsDestination>,javax.naming.Referenceable
public class JmsTopic extends JmsDestination implements jakarta.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 java.lang.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
-
-