Class representing a Service Reply. More...
#include <ServiceErrorReply.hpp>
Public Member Functions | |
bool | executionIsOk () |
std::string | getExecutionStatus () |
shared_ptr< DataBox > | getReplyDataBox () |
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< DataBox > | replyDataBox_ |
std::string | requesterEntityName_ |
std::string | requesterServiceName_ |
int | requestId_ |
std::string | targetEntityName_ |
std::string | targetServiceInterfaceName_ |
std::string | targetServiceName_ |
Class representing a Service Reply.
Definition at line 55 of file ServiceErrorReply.hpp.