| activemq-cpp-3.4.0 | 
An interface encapsulating a provider-specific topic name. More...
#include <src/main/cms/Topic.h>

| Public Member Functions | |
| virtual | ~Topic () throw () | 
| virtual std::string | getTopicName () const =0 | 
| Gets the name of this topic. | |
An interface encapsulating a provider-specific topic name.
A Topic is a Publish / Subscribe type Destination. All Messages sent to a Topic are broadcast to all Subscribers of that Topic unless the Subscriber defines a Message selector that filters out that Message.
| virtual cms::Topic::~Topic | ( | ) | throw ()  [virtual] | 
| virtual std::string cms::Topic::getTopicName | ( | ) | const  [pure virtual] | 
Gets the name of this topic.
| CMSException | - If an internal error occurs. | 
Implemented in activemq::commands::ActiveMQTopic.