ServiceHandler abstract class - the interface that services using the management API must provide.
More...
#include <service_handler.h>
|
virtual void | shutdown ()=0 |
|
virtual void | restart ()=0 |
|
virtual void | configChange (const std::string &category, const std::string &config)=0 |
|
virtual void | configChildCreate (const std::string &parent_category, const std::string &category, const std::string &config)=0 |
|
virtual void | configChildDelete (const std::string &parent_category, const std::string &category)=0 |
|
virtual bool | isRunning ()=0 |
|
virtual bool | securityChange (const std::string &payload) |
|
ServiceHandler abstract class - the interface that services using the management API must provide.
The documentation for this class was generated from the following file: