Package org.apache.activemq.command
Class ActiveMQTempTopic
java.lang.Object
org.apache.activemq.jndi.JNDIBaseStorable
org.apache.activemq.command.ActiveMQDestination
org.apache.activemq.command.ActiveMQTempDestination
org.apache.activemq.command.ActiveMQTempTopic
- All Implemented Interfaces:
jakarta.jms.Destination,jakarta.jms.TemporaryTopic,jakarta.jms.Topic,Externalizable,Serializable,Comparable<Object>,Referenceable,DataStructure,JNDIStorableInterface
public class ActiveMQTempTopic
extends ActiveMQTempDestination
implements jakarta.jms.TemporaryTopic
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.activemq.command.ActiveMQTempDestination
connection, connectionId, sequenceIdFields 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
ConstructorsConstructorDescriptionActiveMQTempTopic(String name) ActiveMQTempTopic(ConnectionId connectionId, long sequenceId) -
Method Summary
Methods inherited from class org.apache.activemq.command.ActiveMQTempDestination
delete, getConnection, getConnectionId, getSequenceId, isTemporary, setConnection, setConnectionId, setPhysicalNameMethods 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, populateProperties, readExternal, setCompositeDestinations, setDLQ, setUnresolvableDestinationTransformer, toString, transform, writeExternalMethods inherited from class org.apache.activemq.jndi.JNDIBaseStorable
getProperties, getReference, setPropertiesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.jms.TemporaryTopic
deleteMethods inherited from interface jakarta.jms.Topic
toString
-
Field Details
-
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE- See Also:
-
-
Constructor Details
-
ActiveMQTempTopic
public ActiveMQTempTopic() -
ActiveMQTempTopic
-
ActiveMQTempTopic
-
-
Method Details
-
getDataStructureType
public byte getDataStructureType()- Specified by:
getDataStructureTypein interfaceDataStructure- Returns:
- The type of the data structure
-
isTopic
public boolean isTopic()- Overrides:
isTopicin classActiveMQDestination
-
getTopicName
- Specified by:
getTopicNamein interfacejakarta.jms.Topic- Throws:
jakarta.jms.JMSException
-
getDestinationType
public byte getDestinationType()- Specified by:
getDestinationTypein classActiveMQDestination
-
getQualifiedPrefix
- Specified by:
getQualifiedPrefixin classActiveMQDestination
-