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

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

#include <JobManagerMessage.h>

Inheritance diagram for wrench::JobManagerCompoundJobFailedMessage:
wrench::JobManagerMessage wrench::SimulationMessage

Public Member Functions

 JobManagerCompoundJobFailedMessage (std::shared_ptr< CompoundJob > job, std::shared_ptr< ComputeService > compute_service, std::shared_ptr< FailureCause > cause)
 Message from by job manager to notify somebody of a standard job has failed to complete. 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< FailureCausecause
 The failure cause.
 
std::shared_ptr< ComputeServicecompute_service
 The compute service on which the job has failed.
 
std::shared_ptr< CompoundJobjob
 The job that has failed.
 
- 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 failed.

Constructor & Destructor Documentation

◆ JobManagerCompoundJobFailedMessage()

wrench::JobManagerCompoundJobFailedMessage::JobManagerCompoundJobFailedMessage ( std::shared_ptr< CompoundJob job,
std::shared_ptr< ComputeService compute_service,
std::shared_ptr< FailureCause cause 
)

Message from by job manager to notify somebody of a standard job has failed to complete.

Parameters
jobthe job
compute_servicethe compute service that did the job
causethe failure cause

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