wrench::CloudComputeServiceGetExecutionHostsRequestMessage

class CloudComputeServiceGetExecutionHostsRequestMessage : public wrench::CloudComputeServiceMessage

A message sent to a CloudComputeService to request the list of its execution hosts.

Public Functions

CloudComputeServiceGetExecutionHostsRequestMessage(S4U_CommPort *answer_commport, double payload)

Constructor.

Parameters:
  • answer_commport – the commport to which to send the answer

  • payload – the message size in bytes

Throws:

std::invalid_argument

Public Members

S4U_CommPort *answer_commport

The commport_name to which a reply should be sent.