#include <src/main/cms/TemporaryTopic.h>
Public Member Functions | |
virtual | ~TemporaryTopic () |
virtual std::string | getTopicName () const =0 throw ( CMSException ) |
Gets the name of this topic. | |
virtual void | destroy ()=0 throw ( CMSException ) |
Destroy's the Temp Destination at the Broker. |
virtual cms::TemporaryTopic::~TemporaryTopic | ( | ) | [inline, virtual] |
virtual std::string cms::TemporaryTopic::getTopicName | ( | ) | const throw ( CMSException ) [pure virtual] |
Gets the name of this topic.
virtual void cms::TemporaryTopic::destroy | ( | ) | throw ( CMSException ) [pure virtual] |