mermaid::support::service::ServiceErrorReply Class Reference

Class representing a Service Reply. More...

#include <ServiceErrorReply.hpp>

Inheritance diagram for mermaid::support::service::ServiceErrorReply:
Inheritance graph
[legend]
Collaboration diagram for mermaid::support::service::ServiceErrorReply:
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 ()
 ServiceErrorReply (std::string requesterEntityName, std::string requesterServiceName, std::string targetEntityName, std::string targetServiceName, std::string targetServiceInterfaceName, int requestId, std::string executionStatus)
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:
Bruno Nery

Definition at line 55 of file ServiceErrorReply.hpp.

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