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:
Externalizable
,Serializable
,Comparable<Object>
,Destination
,TemporaryTopic
,Topic
,Referenceable
,DataStructure
,JNDIStorableInterface
public class ActiveMQTempTopic extends ActiveMQTempDestination implements TemporaryTopic
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DATA_STRUCTURE_TYPE
-
Fields inherited from class org.apache.activemq.command.ActiveMQTempDestination
connection, connectionId, sequenceId
-
Fields 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 Constructor Description ActiveMQTempTopic()
ActiveMQTempTopic(String name)
ActiveMQTempTopic(ConnectionId connectionId, long sequenceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getDataStructureType()
byte
getDestinationType()
protected String
getQualifiedPrefix()
String
getTopicName()
boolean
isTopic()
-
Methods inherited from class org.apache.activemq.command.ActiveMQTempDestination
delete, getConnection, getConnectionId, getSequenceId, isTemporary, setConnection, setConnectionId, setPhysicalName
-
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, populateProperties, readExternal, setCompositeDestinations, setDLQ, 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 javax.jms.TemporaryTopic
delete
-
-
-
-
Field Detail
-
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ActiveMQTempTopic
public ActiveMQTempTopic()
-
ActiveMQTempTopic
public ActiveMQTempTopic(String name)
-
ActiveMQTempTopic
public ActiveMQTempTopic(ConnectionId connectionId, long sequenceId)
-
-
Method Detail
-
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
public String getTopicName() throws JMSException
- Specified by:
getTopicName
in interfaceTopic
- Throws:
JMSException
-
getDestinationType
public byte getDestinationType()
- Specified by:
getDestinationType
in classActiveMQDestination
-
getQualifiedPrefix
protected String getQualifiedPrefix()
- Specified by:
getQualifiedPrefix
in classActiveMQDestination
-
-