wrench::ComputeServiceTerminatePilotJobRequestMessage Class Reference

A message sent to a ComputeService to terminate a PilotJob previously submitted for execution. More...

#include <ComputeServiceMessage.h>

Inheritance diagram for wrench::ComputeServiceTerminatePilotJobRequestMessage:
wrench::ComputeServiceMessage wrench::ServiceMessage wrench::SimulationMessage

Public Member Functions

 ComputeServiceTerminatePilotJobRequestMessage (std::string answer_mailbox, std::shared_ptr< PilotJob >, 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::string answer_mailbox
 The mailbox to which the answer message should be sent.
 
std::shared_ptr< PilotJobjob
 The job to terminate.
 
- 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::ComputeServiceMessage
 ComputeServiceMessage (std::string name, double payload)
 Constructor. More...
 
- Protected Member Functions inherited from wrench::ServiceMessage
 ServiceMessage (std::string name, double payload)
 Constructor. More...
 

Detailed Description

A message sent to a ComputeService to terminate a PilotJob previously submitted for execution.

Constructor & Destructor Documentation

◆ ComputeServiceTerminatePilotJobRequestMessage()

wrench::ComputeServiceTerminatePilotJobRequestMessage::ComputeServiceTerminatePilotJobRequestMessage ( std::string  answer_mailbox,
std::shared_ptr< PilotJob job,
double  payload 
)

Constructor.

Parameters
answer_mailboxmailbox to which the answer message should be sent
joba pilot job whose termination is requested
payloadmessage size in bytes
Exceptions
std::invalid_arguments

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