activemq-cpp-3.4.0
|
Represents a Composite URI. More...
#include <src/main/activemq/util/CompositeData.h>
Public Member Functions | |
CompositeData () | |
virtual | ~CompositeData () |
LinkedList< URI > & | getComponents () |
const LinkedList< URI > & | getComponents () const |
void | setComponents (const LinkedList< URI > &components) |
std::string | getFragment () const |
void | setFragment (const std::string &fragment) |
const Properties & | getParameters () const |
void | setParameters (const Properties ¶meters) |
std::string | getScheme () const |
void | setScheme (const std::string &scheme) |
std::string | getPath () const |
void | setPath (const std::string &path) |
std::string | getHost () const |
void | setHost (const std::string &host) |
URI | toURI () const |
Represents a Composite URI.
activemq::util::CompositeData::CompositeData | ( | ) |
virtual activemq::util::CompositeData::~CompositeData | ( | ) | [virtual] |
LinkedList<URI>& activemq::util::CompositeData::getComponents | ( | ) | [inline] |
const LinkedList<URI>& activemq::util::CompositeData::getComponents | ( | ) | const [inline] |
std::string activemq::util::CompositeData::getFragment | ( | ) | const [inline] |
std::string activemq::util::CompositeData::getHost | ( | ) | const [inline] |
const Properties& activemq::util::CompositeData::getParameters | ( | ) | const [inline] |
std::string activemq::util::CompositeData::getPath | ( | ) | const [inline] |
std::string activemq::util::CompositeData::getScheme | ( | ) | const [inline] |
void activemq::util::CompositeData::setComponents | ( | const LinkedList< URI > & | components | ) | [inline] |
void activemq::util::CompositeData::setFragment | ( | const std::string & | fragment | ) | [inline] |
void activemq::util::CompositeData::setHost | ( | const std::string & | host | ) | [inline] |
void activemq::util::CompositeData::setParameters | ( | const Properties & | parameters | ) | [inline] |
void activemq::util::CompositeData::setPath | ( | const std::string & | path | ) | [inline] |
void activemq::util::CompositeData::setScheme | ( | const std::string & | scheme | ) | [inline] |
URI activemq::util::CompositeData::toURI | ( | ) | const |
decaf::net::URISyntaxException |