public class ActiveMQTempQueue extends ActiveMQTempDestination implements javax.jms.TemporaryQueue
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
connection, connectionId, sequenceId
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
Constructor and Description |
---|
ActiveMQTempQueue() |
ActiveMQTempQueue(ConnectionId connectionId,
long sequenceId) |
ActiveMQTempQueue(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
byte |
getDataStructureType() |
byte |
getDestinationType() |
protected java.lang.String |
getQualifiedPrefix() |
java.lang.String |
getQueueName() |
boolean |
isQueue() |
delete, getConnection, getConnectionId, getSequenceId, isTemporary, setConnection, setConnectionId, setPhysicalName
buildFromProperties, compare, compareTo, createDestination, createDestination, equals, getCompositeDestinations, getDestinationPaths, getDestinationTypeAsString, getOptions, getPhysicalName, getQualifiedName, hashCode, isComposite, isMarshallAware, isPattern, isTopic, populateProperties, readExternal, setCompositeDestinations, toString, transform, writeExternal
getProperties, getReference, setProperties
public static final byte DATA_STRUCTURE_TYPE
public ActiveMQTempQueue()
public ActiveMQTempQueue(java.lang.String name)
public ActiveMQTempQueue(ConnectionId connectionId, long sequenceId)
public byte getDataStructureType()
getDataStructureType
in interface DataStructure
public boolean isQueue()
isQueue
in class ActiveMQDestination
public java.lang.String getQueueName() throws javax.jms.JMSException
getQueueName
in interface javax.jms.Queue
javax.jms.JMSException
public byte getDestinationType()
getDestinationType
in class ActiveMQDestination
protected java.lang.String getQualifiedPrefix()
getQualifiedPrefix
in class ActiveMQDestination
Copyright © 2005-2012. All Rights Reserved.