18 #ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPTOPIC_H_ 19 #define _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPTOPIC_H_ 34 const static unsigned char ID_ACTIVEMQTEMPTOPIC = 103;
47 virtual
unsigned char getDataStructureType()
const;
53 virtual
std::
string toString() const;
57 virtual const
cms::TemporaryTopic* 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
Definition: ActiveMQTempTopic.h:31
Defines a Temporary Topic based Destination.
Definition: TemporaryTopic.h:39
A Destination object encapsulates a provider-specific address.
Definition: Destination.h:39
#define AMQCPP_API
Definition: Config.h:30
virtual void copy(const cms::Destination &source)
Copies the contents of the given Destination object to this one.
Definition: ActiveMQTempTopic.h:71
virtual cms::Destination * clone() const
Creates a new instance of this destination type that is a copy of this one, and returns it...
Definition: ActiveMQTempTopic.h:67
Definition: ArrayPointer.h:432
virtual const cms::CMSProperties & getCMSProperties() const
Retrieve any properties that might be part of the destination that was specified. ...
Definition: ActiveMQTempTopic.h:75
Definition: DataStructure.h:27
virtual std::string getTopicName() const
Gets the name of this topic.
Definition: ActiveMQTempTopic.h:83
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
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
Definition: Destination.h:45
virtual cms::Destination::DestinationType getDestinationType() const
Returns the Type of Destination that this object represents.
Definition: ActiveMQTempTopic.h:63