wrench::JobManagerStandardJobDoneMessage Class Reference

A message sent by the JobManager to notify some submitter that a StandardJob has completed. More...

#include <JobManagerMessage.h>

Inheritance diagram for wrench::JobManagerStandardJobDoneMessage:
wrench::JobManagerMessage wrench::SimulationMessage

Public Member Functions

 JobManagerStandardJobDoneMessage (StandardJob *job, std::shared_ptr< ComputeService > compute_service, std::map< WorkflowTask *, WorkflowTask::State > necessary_state_changes)
 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< ComputeServicecompute_service
 The compute service on which the job ran.
 
StandardJobjob
 The job that is done.
 
std::map< WorkflowTask *, WorkflowTask::Statenecessary_state_changes
 The necessary task state changes.
 
- 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::JobManagerMessage
 JobManagerMessage (std::string name)
 Constructor. More...
 

Detailed Description

A message sent by the JobManager to notify some submitter that a StandardJob has completed.

Constructor & Destructor Documentation

◆ JobManagerStandardJobDoneMessage()

wrench::JobManagerStandardJobDoneMessage::JobManagerStandardJobDoneMessage ( StandardJob job,
std::shared_ptr< ComputeService compute_service,
std::map< WorkflowTask *, WorkflowTask::State necessary_state_changes 
)

Constructor.

Parameters
jobthe job that is done
compute_servicethe ComputeService on which it ran
necessary_state_changesnecessary task state changes

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