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:
- java.io.Externalizable, java.io.Serializable, java.lang.Comparable<java.lang.Object>, javax.jms.Destination, javax.jms.TemporaryTopic, javax.jms.Topic, javax.naming.Referenceable, DataStructure, JNDIStorableInterface
public class ActiveMQTempTopic
- extends ActiveMQTempDestination
- implements javax.jms.TemporaryTopic
- See Also:
- Serialized Form
Fields inherited from class org.apache.activemq.command.ActiveMQDestination |
COMPOSITE_SEPERATOR, compositeDestinations, destinationPaths, hashValue, 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 |
Methods inherited from class org.apache.activemq.command.ActiveMQDestination |
buildFromProperties, compare, compareTo, createDestination, createDestination, equals, getCompositeDestinations, getDestinationPaths, getDestinationTypeAsString, getOptions, getPhysicalName, getQualifiedName, getUnresolvableDestinationTransformer, hashCode, isComposite, isMarshallAware, isPattern, isQueue, populateProperties, readExternal, setCompositeDestinations, setUnresolvableDestinationTransformer, toString, transform, writeExternal |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.TemporaryTopic |
delete |
Methods inherited from interface javax.jms.Topic |
toString |
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
ActiveMQTempTopic
public ActiveMQTempTopic()
ActiveMQTempTopic
public ActiveMQTempTopic(java.lang.String name)
ActiveMQTempTopic
public ActiveMQTempTopic(ConnectionId connectionId,
long sequenceId)
getDataStructureType
public byte getDataStructureType()
- Specified by:
getDataStructureType
in interface DataStructure
- Returns:
- The type of the data structure
isTopic
public boolean isTopic()
- Overrides:
isTopic
in class ActiveMQDestination
getTopicName
public java.lang.String getTopicName()
throws javax.jms.JMSException
- Specified by:
getTopicName
in interface javax.jms.Topic
- Throws:
javax.jms.JMSException
getDestinationType
public byte getDestinationType()
- Specified by:
getDestinationType
in class ActiveMQDestination
getQualifiedPrefix
protected java.lang.String getQualifiedPrefix()
- Specified by:
getQualifiedPrefix
in class ActiveMQDestination
Copyright © 2005-2016. All Rights Reserved.