activemq::commands::IntegerResponse Class Reference
#include <src/main/activemq/commands/IntegerResponse.h>
Constructor & Destructor Documentation
| activemq::commands::IntegerResponse::IntegerResponse |
( |
|
) |
|
| virtual activemq::commands::IntegerResponse::~IntegerResponse |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual IntegerResponse* activemq::commands::IntegerResponse::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.
Reimplemented from activemq::commands::Response.
| virtual void activemq::commands::IntegerResponse::copyDataStructure |
( |
const DataStructure * |
src |
) |
[virtual] |
| virtual bool activemq::commands::IntegerResponse::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.
Reimplemented from activemq::commands::Response.
| virtual unsigned char activemq::commands::IntegerResponse::getDataStructureType |
( |
|
) |
const [virtual] |
| virtual int activemq::commands::IntegerResponse::getResult |
( |
|
) |
const [virtual] |
| virtual void activemq::commands::IntegerResponse::setResult |
( |
int |
result |
) |
[virtual] |
| virtual std::string activemq::commands::IntegerResponse::toString |
( |
|
) |
const [virtual] |
Returns a string containing the information for this DataStructure such as its type and value of its elements.
- Returns:
- formatted string useful for debugging.
Reimplemented from activemq::commands::Response.
Field Documentation
The documentation for this class was generated from the following file: