public class ActiveMQTopic extends ActiveMQDestination
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
COMPOSITE_SEPERATOR, 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
Constructor and Description |
---|
ActiveMQTopic() |
ActiveMQTopic(String name) |
Modifier and Type | Method and Description |
---|---|
byte |
getDataStructureType() |
byte |
getDestinationType() |
String |
getQualifiedPrefix() |
boolean |
isTopic() |
compare, compareTo, createDestination, equals, getDestinationTypeAsString, getPhysicalName, hashCode, isMarshallAware, isQueue, isTemporary, setPhysicalName, toString
public static final byte DATA_STRUCTURE_TYPE
public ActiveMQTopic()
public ActiveMQTopic(String name)
public byte getDataStructureType()
public String getQualifiedPrefix()
getQualifiedPrefix
in class ActiveMQDestination
public boolean isTopic()
isTopic
in class ActiveMQDestination
public byte getDestinationType()
getDestinationType
in class ActiveMQDestination
Copyright © 2011–2014 Red Hat. All rights reserved.