PlatformManagerClient Class Reference
Interacts with platform manager service.
#include <platformmanagerClient.h>
Inheritance diagram for PlatformManagerClient:

Public Member Functions | |
| PlatformManagerClient (std::string &ip, int dport, int sport) | |
| void | getProcessStatus (dpyPlatformmanager::process_status_handler_function handler, std::string name="") |
| void | getExtendedProcessStatus (dpyPlatformmanager::extended_process_status_handler_function handler, std::string name="") |
| void | getProcessStatusExtended_S (dpyPlatformmanager::extended_process_status_handler_function handler) |
| void | getProcessStatusExtended_U () |
| void | getProcessStatus_S (dpyPlatformmanager::process_status_handler_function handler) |
| void | getProcessStatus_U () |
| void | getProcessListEvents_S (dpyPlatformmanager::process_list_event_handler_function handler) |
| void | getProcessListEvents_U () |
| void | getProcessListEventsExtended_S (dpyPlatformmanager::process_list_event_extended_handler_function handler) |
| void | getProcessListEventsExtended_U () |
| void | getProcessEvents_S (dpyPlatformmanager::process_event_handler_function handler) |
| void | getProcessEvents_U () |
| void | getEvaluationStatus (dpyPlatformmanager::evaluation_status_handler_function handler) |
| void | getEvaluationStatus_S (dpyPlatformmanager::evaluation_status_handler_function handler) |
| void | getEvaluationStatus_U () |
| void | startProcess (dpyPlatformmanager::result_handler_function handler, std::string name) |
| void | stopProcess (dpyPlatformmanager::result_handler_function handler, std::string name) |
| void | addProcess (dpyPlatformmanager::result_handler_function handler, std::string name, dpyPlatformmanager::Options options) |
| void | addProcess (dpyPlatformmanager::result_handler_function handler, std::string name, dpyPlatformmanager::ExtendedProcessOptions options) |
| void | delProcess (dpyPlatformmanager::result_handler_function handler, std::string name) |
| void | kickWatchdog (dpyPlatformmanager::result_handler_function handler, std::string name, int deadline) |
| void | wait (dpyPlatformmanager::result_handler_function handler, std::string name) |
| void | finished (dpyPlatformmanager::result_handler_function handler, std::string name, dpyPlatformmanager::EvaluationResult result) |
Public Member Functions inherited from DpyMwClient | |
| DpyMwClient (std::string &ip, int dport, int sport) | |
| void | start () |
| void | stop () |
| void | subscribe (int messageType, boost::any handler) |
| void | unsubscribe (int messageType) |
| bool | isAlive () |
| void | monitorServiceAvailability_S (const f_hearbeat_handler &handler) |
| void | monitorServiceAvailability_U () |
Additional Inherited Members | |
Protected Member Functions inherited from DpyMwClient | |
| void | sendRequest (int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000) |
Protected Attributes inherited from DpyMwClient | |
| map_proto_register_client | m_register_map |
| std::mutex | m_map_mutex |

Public Member Functions inherited from