activemq::util::CompositeData Class Reference
Represents a Composite URI.
More...
#include <src/main/activemq/util/CompositeData.h>
Detailed Description
Represents a Composite URI.
- Since:
- 3.0
Constructor & Destructor Documentation
| activemq::util::CompositeData::CompositeData |
( |
|
) |
|
| virtual activemq::util::CompositeData::~CompositeData |
( |
|
) |
[virtual] |
Member Function Documentation
| const LinkedList<URI>& activemq::util::CompositeData::getComponents |
( |
|
) |
const [inline] |
| LinkedList<URI>& activemq::util::CompositeData::getComponents |
( |
|
) |
[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 |
The documentation for this class was generated from the following file: