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

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

#include <JobManagerMessage.h>

Inheritance diagram for wrench::JobManagerCompoundJobCompletedMessage:
wrench::JobManagerMessage wrench::SimulationMessage

Public Member Functions

 JobManagerCompoundJobCompletedMessage (std::shared_ptr< CompoundJob > job, std::shared_ptr< ComputeService > compute_service)
 Message from by job manager to notify somebody of a standard job successfully completed. 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< CompoundJobjob
 The job that is done.
 
- 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 CompoundJob has completed.

Constructor & Destructor Documentation

◆ JobManagerCompoundJobCompletedMessage()

wrench::JobManagerCompoundJobCompletedMessage::JobManagerCompoundJobCompletedMessage ( std::shared_ptr< CompoundJob job,
std::shared_ptr< ComputeService compute_service 
)

Message from by job manager to notify somebody of a standard job successfully completed.

Parameters
jobthe job
compute_servicethe compute service that did the job

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