WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | Public Attributes | List of all members
wrench::JobManagerStandardJobCompletedMessage 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::JobManagerStandardJobCompletedMessage:
wrench::JobManagerMessage wrench::SimulationMessage

Public Member Functions

 JobManagerStandardJobCompletedMessage (std::shared_ptr< StandardJob > job, std::shared_ptr< ComputeService > compute_service, std::map< std::shared_ptr< WorkflowTask >, WorkflowTask::State > necessary_state_changes)
 Constructor. More...
 
- Public Member Functions inherited from wrench::SimulationMessage
 SimulationMessage (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.
 
std::shared_ptr< StandardJobjob
 The job that is done.
 
std::map< std::shared_ptr< WorkflowTask >, WorkflowTask::Statenecessary_state_changes
 The necessary task1 state changes.
 
- Public Attributes inherited from wrench::SimulationMessage
double payload
 The message name. More...
 

Additional Inherited Members

- Protected Member Functions inherited from wrench::JobManagerMessage
 JobManagerMessage ()
 Constructor. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ JobManagerStandardJobCompletedMessage()

wrench::JobManagerStandardJobCompletedMessage::JobManagerStandardJobCompletedMessage ( std::shared_ptr< StandardJob job,
std::shared_ptr< ComputeService compute_service,
std::map< std::shared_ptr< 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: