|
Fawkes API
Fawkes Development Version
|
Wrapper class for plugin related XML-RPC methods. More...
#include "plugin.h"
Classes | |
| class | plugin_list |
| Plugin list XML-RPC method. More... | |
| class | plugin_load |
| XML-RPC method to load a plugin. More... | |
| class | plugin_unload |
| XML-RPC method to unload a plugin. More... | |
Public Member Functions | |
| XmlRpcPluginMethods (xmlrpc_c::registry *registry, fawkes::PluginManager *plugin_manager, fawkes::Logger *logger) | |
| Constructor. | |
| ~XmlRpcPluginMethods () | |
| Destructor. | |
| XmlRpcPluginMethods::XmlRpcPluginMethods | ( | xmlrpc_c::registry * | registry, |
| fawkes::PluginManager * | plugin_manager, | ||
| fawkes::Logger * | logger | ||
| ) |
Constructor.
| registry | XML registry, methods will be automatically registered |
| plugin_manager | plugin manager used for listing, loading and unloading plugins |
| logger | logger to output informational and error messages |
Definition at line 44 of file plugin.cpp.
| XmlRpcPluginMethods::~XmlRpcPluginMethods | ( | ) |
Destructor.
Definition at line 60 of file plugin.cpp.