18 #ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQTOPIC_H_ 19 #define _ACTIVEMQ_COMMANDS_ACTIVEMQTOPIC_H_ 36 const static unsigned char ID_ACTIVEMQTOPIC = 101;
49 virtual
unsigned char getDataStructureType()
const;
55 virtual
std::
string toString() const;
59 virtual const
cms::Topic* getCMSDestination()
const {
74 this->copyDataStructure(dynamic_cast<const DataStructure*>(&source));
78 return this->getOptions();
86 return this->getPhysicalName();
An interface encapsulating a provider-specific topic name.
Definition: Topic.h:36
virtual void copy(const cms::Destination &source)
Copies the contents of the given Destination object to this one.
Definition: ActiveMQTopic.h:73
Definition: ActiveMQTopic.h:33
virtual cms::Destination::DestinationType getDestinationType() const
Returns the Type of Destination that this object represents.
Definition: ActiveMQTopic.h:65
virtual cms::Destination * clone() const
Creates a new instance of this destination type that is a copy of this one, and returns it...
Definition: ActiveMQTopic.h:69
A Destination object encapsulates a provider-specific address.
Definition: Destination.h:39
#define AMQCPP_API
Definition: Config.h:30
Definition: ArrayPointer.h:432
virtual const cms::CMSProperties & getCMSProperties() const
Retrieve any properties that might be part of the destination that was specified. ...
Definition: ActiveMQTopic.h:77
Definition: DataStructure.h:27
Definition: Destination.h:43
virtual std::string getTopicName() const
Gets the name of this topic.
Definition: ActiveMQTopic.h:85
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: ActiveMQDestination.h:38