Package org.apache.activemq.command
Class ActiveMQTopic
java.lang.Object
org.apache.activemq.jndi.JNDIBaseStorable
org.apache.activemq.command.ActiveMQDestination
org.apache.activemq.command.ActiveMQTopic
- All Implemented Interfaces:
jakarta.jms.Destination
,jakarta.jms.Topic
,Externalizable
,Serializable
,Comparable<Object>
,Referenceable
,DataStructure
,JNDIStorableInterface
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.activemq.command.ActiveMQDestination
COMPOSITE_SEPERATOR, compositeDestinations, destinationPaths, hashValue, IS_DLQ, isPattern, options, PATH_SEPERATOR, physicalName, QUEUE_QUALIFIED_PREFIX, QUEUE_TYPE, TEMP_DESTINATION_NAME_PREFIX, TEMP_MASK, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_QUEUE_TYPE, TEMP_TOPIC_QUALIFED_PREFIX, TEMP_TOPIC_TYPE, TOPIC_QUALIFIED_PREFIX, TOPIC_TYPE, unresolvableDestinationTransformer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.activemq.command.ActiveMQDestination
buildFromProperties, compare, compareTo, createDestination, createDestination, equals, getCompositeDestinations, getDestinationPaths, getDestinationTypeAsString, getOptions, getPhysicalName, getQualifiedName, getUnresolvableDestinationTransformer, hashCode, isComposite, isDLQ, isMarshallAware, isPattern, isQueue, isTemporary, populateProperties, readExternal, setCompositeDestinations, setDLQ, setPhysicalName, setUnresolvableDestinationTransformer, toString, transform, writeExternal
Methods inherited from class org.apache.activemq.jndi.JNDIBaseStorable
getProperties, getReference, setProperties
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface jakarta.jms.Topic
toString
-
Field Details
-
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE- See Also:
-
-
Constructor Details
-
ActiveMQTopic
public ActiveMQTopic() -
ActiveMQTopic
-
-
Method Details
-
getDataStructureType
public byte getDataStructureType()- Specified by:
getDataStructureType
in interfaceDataStructure
- Returns:
- The type of the data structure
-
isTopic
public boolean isTopic()- Overrides:
isTopic
in classActiveMQDestination
-
getTopicName
- Specified by:
getTopicName
in interfacejakarta.jms.Topic
- Throws:
jakarta.jms.JMSException
-
getDestinationType
public byte getDestinationType()- Specified by:
getDestinationType
in classActiveMQDestination
-
getQualifiedPrefix
- Specified by:
getQualifiedPrefix
in classActiveMQDestination
-