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,Externalizable,Serializable,Comparable<JmsDestination>,Referenceable
JMS Topic object.
- See Also:
-
Field Summary
Fields inherited from class org.apache.qpid.jms.JmsDestination
address, connection, hashValue, temporary, topic -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.qpid.jms.JmsDestination
buildFromProperties, compareTo, equals, getAddress, hashCode, isQueue, isTemporary, isTopic, populateProperties, readExternal, setAddress, toString, writeExternalMethods inherited from class org.apache.qpid.jms.jndi.JNDIStorable
getProperties, getProperty, getReference, setPropertiesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.jms.Topic
toString
-
Constructor Details
-
JmsTopic
public JmsTopic() -
JmsTopic
-
-
Method Details
-
getTopicName
- Specified by:
getTopicNamein interfacejakarta.jms.Topic- Returns:
- the name
- See Also:
-
Topic.getTopicName()
-