wrench::HTCondorComputeServiceMessagePayload Class Reference

Configurable message payloads for an HTCondorService. More...

#include <HTCondorComputeServiceMessagePayload.h>

Inheritance diagram for wrench::HTCondorComputeServiceMessagePayload:
wrench::ComputeServiceMessagePayload wrench::ServiceMessagePayload

Additional Inherited Members

- Static Public Attributes inherited from wrench::ComputeServiceMessagePayload
static const std::string JOB_TYPE_NOT_SUPPORTED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that it does not support the type of a submitted job.
 
static const std::string PILOT_JOB_EXPIRED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a pilot job has expired.
 
static const std::string PILOT_JOB_FAILED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a pilot job has failed.
 
static const std::string PILOT_JOB_STARTED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a pilot job has started.
 
static const std::string RESOURCE_DESCRIPTION_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state information on its resources.
 
static const std::string RESOURCE_DESCRIPTION_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to ask it for information on its resources.
 
static const std::string STANDARD_JOB_DONE_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that it has completed a standard job.
 
static const std::string STANDARD_JOB_FAILED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a running standard job has failed.
 
static const std::string SUBMIT_PILOT_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent from the daemon to acknowledge a pilot job submission.
 
static const std::string SUBMIT_PILOT_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to submit a pilot job.
 
static const std::string SUBMIT_STANDARD_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to acknowledge a standard job submission.
 
static const std::string SUBMIT_STANDARD_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to submit a standard job.
 
static const std::string TERMINATE_PILOT_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to acknowledge a pilot job termination.
 
static const std::string TERMINATE_PILOT_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to terminate a pilot job.
 
static const std::string TERMINATE_STANDARD_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to acknowledge a standard job termination.
 
static const std::string TERMINATE_STANDARD_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to terminate a standard job.
 
static const std::string TTL_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state its time-to-live.
 
static const std::string TTL_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to ask it for its time-to-live.
 
- Static Public Attributes inherited from wrench::ServiceMessagePayload
static const std::string DAEMON_STOPPED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to confirm it has terminated.
 
static const std::string STOP_DAEMON_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to terminate it.
 

Detailed Description

Configurable message payloads for an HTCondorService.


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