#include <src/main/activemq/commands/JournalTrace.h>
Constructor & Destructor Documentation
activemq::commands::JournalTrace::JournalTrace |
( |
| ) |
|
virtual activemq::commands::JournalTrace::~JournalTrace |
( |
| ) |
[virtual] |
Member Function Documentation
virtual JournalTrace* activemq::commands::JournalTrace::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 void activemq::commands::JournalTrace::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::JournalTrace::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 unsigned char activemq::commands::JournalTrace::getDataStructureType |
( |
| ) |
const [virtual] |
virtual std::string& activemq::commands::JournalTrace::getMessage |
( |
| ) |
[virtual] |
virtual const std::string& activemq::commands::JournalTrace::getMessage |
( |
| ) |
const [virtual] |
virtual void activemq::commands::JournalTrace::setMessage |
( |
const std::string & |
message | ) |
[virtual] |
virtual std::string activemq::commands::JournalTrace::toString |
( |
| ) |
const [virtual] |
Field Documentation
The documentation for this class was generated from the following file: