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

A message sent by a StandardJobExecutor to notify that it has completed a StandardJob. More...

#include <StandardJobExecutorMessage.h>

Inheritance diagram for wrench::StandardJobExecutorDoneMessage:
wrench::StandardJobExecutorMessage wrench::SimulationMessage

Public Member Functions

 StandardJobExecutorDoneMessage (std::shared_ptr< StandardJob > job, std::shared_ptr< StandardJobExecutor > executor, 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...
 

Public Attributes

std::shared_ptr< StandardJobExecutorexecutor
 The standard job executor that has completed the standard job.
 
std::shared_ptr< StandardJobjob
 The standard job that has completed.
 
- Public Attributes inherited from wrench::SimulationMessage
std::string name
 The message name.
 
double payload
 The message size in bytes.
 

Additional Inherited Members

- Protected Member Functions inherited from wrench::StandardJobExecutorMessage
 StandardJobExecutorMessage (std::string name, double payload)
 Constructor. More...
 

Detailed Description

A message sent by a StandardJobExecutor to notify that it has completed a StandardJob.

Constructor & Destructor Documentation

◆ StandardJobExecutorDoneMessage()

wrench::StandardJobExecutorDoneMessage::StandardJobExecutorDoneMessage ( std::shared_ptr< StandardJob job,
std::shared_ptr< StandardJobExecutor executor,
double  payload 
)

Constructor.

Parameters
jobthe job that has completed
executorThe executor that has completed it
payloadthe message size in bytes

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