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