#include <src/main/activemq/commands/BrokerId.h>
Member Typedef Documentation
Constructor & Destructor Documentation
activemq::commands::BrokerId::BrokerId |
( |
| ) |
|
activemq::commands::BrokerId::BrokerId |
( |
const BrokerId & |
other | ) |
|
virtual activemq::commands::BrokerId::~BrokerId |
( |
| ) |
[virtual] |
Member Function Documentation
virtual BrokerId* activemq::commands::BrokerId::cloneDataStructure |
( |
| ) |
const [virtual] |
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one.
- Returns:
- new copy of this object.
Implements activemq::commands::DataStructure.
virtual int activemq::commands::BrokerId::compareTo |
( |
const BrokerId & |
value | ) |
const [virtual] |
virtual void activemq::commands::BrokerId::copyDataStructure |
( |
const DataStructure * |
src | ) |
[virtual] |
Copy the contents of the passed object into this objects members, overwriting any existing data.
- Returns:
- src - Source Object
Implements activemq::commands::DataStructure.
virtual bool activemq::commands::BrokerId::equals |
( |
const DataStructure * |
value | ) |
const [virtual] |
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Equivalent here means that they are of the same type, and that each element of the objects are the same.
- Returns:
- true if DataStructure's are Equal.
Implements activemq::commands::DataStructure.
virtual bool activemq::commands::BrokerId::equals |
( |
const BrokerId & |
value | ) |
const [virtual] |
virtual unsigned char activemq::commands::BrokerId::getDataStructureType |
( |
| ) |
const [virtual] |
virtual const std::string& activemq::commands::BrokerId::getValue |
( |
| ) |
const [virtual] |
virtual std::string& activemq::commands::BrokerId::getValue |
( |
| ) |
[virtual] |
virtual bool activemq::commands::BrokerId::operator< |
( |
const BrokerId & |
value | ) |
const [virtual] |
virtual bool activemq::commands::BrokerId::operator== |
( |
const BrokerId & |
value | ) |
const [virtual] |
virtual void activemq::commands::BrokerId::setValue |
( |
const std::string & |
value | ) |
[virtual] |
virtual std::string activemq::commands::BrokerId::toString |
( |
| ) |
const [virtual] |
Field Documentation
The documentation for this class was generated from the following file: