18 #ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPQUEUE_H_ 19 #define _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPQUEUE_H_ 34 const static unsigned char ID_ACTIVEMQTEMPQUEUE = 102;
47 virtual
unsigned char getDataStructureType()
const;
53 virtual
std::
string toString() const;
57 virtual const
cms::TemporaryQueue* getCMSDestination()
const {
72 this->copyDataStructure(dynamic_cast<const DataStructure*>(&source));
76 return this->getOptions();
84 return this->getPhysicalName();
87 virtual void destroy();
Definition: ActiveMQTempDestination.h:34
virtual cms::Destination::DestinationType getDestinationType() const
Returns the Type of Destination that this object represents.
Definition: ActiveMQTempQueue.h:63
virtual void copy(const cms::Destination &source)
Copies the contents of the given Destination object to this one.
Definition: ActiveMQTempQueue.h:71
virtual const cms::CMSProperties & getCMSProperties() const
Retrieve any properties that might be part of the destination that was specified. ...
Definition: ActiveMQTempQueue.h:75
A Destination object encapsulates a provider-specific address.
Definition: Destination.h:39
#define AMQCPP_API
Definition: Config.h:30
Definition: ArrayPointer.h:432
Definition: ActiveMQTempQueue.h:31
Definition: DataStructure.h:27
Defines a Temporary Queue based Destination.
Definition: TemporaryQueue.h:39
Definition: Destination.h:46
Interface for a Java-like properties object.
Definition: CMSProperties.h:34
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: DestinationResolver.h:23
virtual std::string getQueueName() const
Gets the name of this queue.
Definition: ActiveMQTempQueue.h:83
DestinationType
Definition: Destination.h:42
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
#define const
Definition: zconf.h:198
virtual cms::Destination * clone() const
Creates a new instance of this destination type that is a copy of this one, and returns it...
Definition: ActiveMQTempQueue.h:67