10 #ifndef WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGE_H
11 #define WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGE_H
13 #include "wrench/services/ServiceMessage.h"
14 #include "wrench/job/StandardJob.h"
15 #include "wrench/job/Job.h"
60 #endif //WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGE_H
NegotiatorCompletionMessage(std::vector< std::shared_ptr< Job >> scheduled_jobs, double payload)
Constructor.
Definition: HTCondorCentralManagerServiceMessage.cpp:29
Top-level class for messages received/sent by a Service.
Definition: ServiceMessage.h:27
Definition: Action.cpp:28
A message received by a HTCondorCentralManagerService so that it is notified of a negotiator cycle co...
Definition: HTCondorCentralManagerServiceMessage.h:37
HTCondorCentralManagerServiceMessage(double payload)
Constructor.
Definition: HTCondorCentralManagerServiceMessage.cpp:20
double payload
The message name.
Definition: SimulationMessage.h:40
std::vector< std::shared_ptr< Job > > scheduled_jobs
List of scheduled jobs.
Definition: HTCondorCentralManagerServiceMessage.h:42
CentralManagerWakeUpMessage(double payload)
Constructor.
Definition: HTCondorCentralManagerServiceMessage.cpp:38
Top-level class for messages received/sent by a HTCondorCentralManagerService.
Definition: HTCondorCentralManagerServiceMessage.h:28
A message received by a HTCondorCentralManagerService so that it wakes up and tries to dispatch jobs ...
Definition: HTCondorCentralManagerServiceMessage.h:49