WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | List of all members
wrench::ServiceDaemonStoppedMessage Class Reference

A message sent by a Service to acknowledge a terminate request. More...

#include <ServiceMessage.h>

Inheritance diagram for wrench::ServiceDaemonStoppedMessage:
wrench::ServiceMessage wrench::SimulationMessage

Public Member Functions

 ServiceDaemonStoppedMessage (double payload)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationMessage
 SimulationMessage (std::string name, double payload)
 Constructor. More...
 
virtual std::string getName ()
 Retrieve the message name. More...
 

Additional Inherited Members

- Public Attributes inherited from wrench::SimulationMessage
std::string name
 The message name.
 
double payload
 The message size in bytes.
 
- Protected Member Functions inherited from wrench::ServiceMessage
 ServiceMessage (std::string name, double payload)
 Constructor. More...
 

Detailed Description

A message sent by a Service to acknowledge a terminate request.

Constructor & Destructor Documentation

◆ ServiceDaemonStoppedMessage()

wrench::ServiceDaemonStoppedMessage::ServiceDaemonStoppedMessage ( double  payload)

Constructor.

Parameters
payloadmessage size in bytes
Exceptions
std::invalid_arguments

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