mermaid::support::service::ServiceReply Class Reference

Class representing a Service Reply. More...

#include <ServiceReply.hpp>

Inheritance diagram for mermaid::support::service::ServiceReply:
Inheritance graph
[legend]
Collaboration diagram for mermaid::support::service::ServiceReply:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool executionIsOk ()
std::string getExecutionStatus ()
shared_ptr< DataBoxgetReplyDataBox ()
std::string getRequesterEntityName ()
std::string getRequesterServiceName ()
int getRequestId ()
std::string getTargetEntityName ()
std::string getTargetServiceInterfaceName ()
std::string getTargetServiceName ()
ServiceReplyoperator= (const ServiceReply &sr)
 ServiceReply (const ServiceReply &sr)
 ServiceReply (shared_ptr< ServiceRequest > originalRequest, std::string executionStatus="OK")
void setReplyDataBox (shared_ptr< DataBox > dataBox)

Protected Attributes

std::string dataStructureName_
std::string executionStatus_
shared_ptr< DataBoxreplyDataBox_
std::string requesterEntityName_
std::string requesterServiceName_
int requestId_
std::string targetEntityName_
std::string targetServiceInterfaceName_
std::string targetServiceName_

Detailed Description

Class representing a Service Reply.

Author:
Marco Barbosa

Definition at line 66 of file ServiceReply.hpp.

Generated on Fri Mar 4 22:15:51 2011 for MeRMaID::support by  doxygen 1.6.3