wrench::CloudServiceMessage Class Reference

Top-level class for messages received/sent by a CloudService. More...

#include <CloudServiceMessage.h>

Inheritance diagram for wrench::CloudServiceMessage:
wrench::ComputeServiceMessage wrench::ServiceMessage wrench::SimulationMessage wrench::CloudServiceCreateVMAnswerMessage wrench::CloudServiceCreateVMRequestMessage wrench::CloudServiceGetExecutionHostsAnswerMessage wrench::CloudServiceGetExecutionHostsRequestMessage wrench::CloudServiceResumeVMAnswerMessage wrench::CloudServiceResumeVMRequestMessage wrench::CloudServiceShutdownVMAnswerMessage wrench::CloudServiceShutdownVMRequestMessage wrench::CloudServiceStartVMAnswerMessage wrench::CloudServiceStartVMRequestMessage wrench::CloudServiceSuspendVMAnswerMessage wrench::CloudServiceSuspendVMRequestMessage

Protected Member Functions

 CloudServiceMessage (const std::string &name, double payload)
 Constructor. More...
 
- Protected Member Functions inherited from wrench::ComputeServiceMessage
 ComputeServiceMessage (std::string name, double payload)
 Constructor. More...
 
- Protected Member Functions inherited from wrench::ServiceMessage
 ServiceMessage (std::string name, double payload)
 Constructor. More...
 

Additional Inherited Members

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

Detailed Description

Top-level class for messages received/sent by a CloudService.

Constructor & Destructor Documentation

◆ CloudServiceMessage()

wrench::CloudServiceMessage::CloudServiceMessage ( const std::string &  name,
double  payload 
)
protected

Constructor.

Parameters
namethe message name
payloadthe message size in bytes

The documentation for this class was generated from the following files:
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/src/wrench/services/compute/cloud/CloudServiceMessage.h
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/src/wrench/services/compute/cloud/CloudServiceMessage.cpp