org::xmlBlaster::client::qos::UpdateReturnQos Class Reference

Collaboration diagram for org::xmlBlaster::client::qos::UpdateReturnQos:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

Definition at line 34 of file UpdateReturnQos.h.


Constructor & Destructor Documentation

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

Parameters:
The factory which knows how to serialize and parse me

org::xmlBlaster::client::qos::UpdateReturnQos::UpdateReturnQos ( const UpdateReturnQos data  ) 


Member Function Documentation

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().

Returns:
"OK", "ERROR" etc. See Constants::java

void org::xmlBlaster::client::qos::UpdateReturnQos::setStateInfo ( const std::string &  stateInfo  ) 

Set state of message on update().

Returns:
The human readable info text

std::string org::xmlBlaster::client::qos::UpdateReturnQos::toXml ( const std::string &  extraOffset = ""  )  const

Dump state of this object into a XML ASCII std::string.


Parameters:
extraOffset indenting of tags for nice output
Returns:
internal state of the status as a XML ASCII std::string


The documentation for this class was generated from the following file: