

Public Member Functions | |
| UpdateReturnQos (org::xmlBlaster::util::Global &global, const org::xmlBlaster::util::qos::StatusQosData &data) | |
| Constructs the specialized quality of service object for status informations, e.g. | |
| UpdateReturnQos (const UpdateReturnQos &data) | |
| UpdateReturnQos | operator= (const UpdateReturnQos &data) |
| void | setState (const std::string &state) |
| Set state of message on update(). | |
| void | setStateInfo (const std::string &stateInfo) |
| Set state of message on update(). | |
| std::string | toXml (const std::string &extraOffset="") const |
| Dump state of this object into a XML ASCII std::string. | |
Definition at line 34 of file UpdateReturnQos.h.
| org::xmlBlaster::client::qos::UpdateReturnQos::UpdateReturnQos | ( | org::xmlBlaster::util::Global & | global, | |
| const org::xmlBlaster::util::qos::StatusQosData & | data | |||
| ) |
Constructs the specialized quality of service object for status informations, e.g.
for a return of a subscribe() call
The state defaults to Constants::STATE_OK
| The | factory which knows how to serialize and parse me |
| org::xmlBlaster::client::qos::UpdateReturnQos::UpdateReturnQos | ( | const UpdateReturnQos & | data | ) |
| UpdateReturnQos org::xmlBlaster::client::qos::UpdateReturnQos::operator= | ( | const UpdateReturnQos & | data | ) |
| void org::xmlBlaster::client::qos::UpdateReturnQos::setState | ( | const std::string & | state | ) |
Set state of message on update().
| void org::xmlBlaster::client::qos::UpdateReturnQos::setStateInfo | ( | const std::string & | stateInfo | ) |
Set state of message on update().
| std::string org::xmlBlaster::client::qos::UpdateReturnQos::toXml | ( | const std::string & | extraOffset = "" |
) | const |
Dump state of this object into a XML ASCII std::string.
| extraOffset | indenting of tags for nice output |