|
Wire Sysio Wire Sysion 1.0.0
|
#include <resource_monitor_plugin.hpp>


Public Member Functions | |
| resource_monitor_plugin () | |
| virtual | ~resource_monitor_plugin () |
| virtual void | set_program_options (options_description &, options_description &cfg) override |
| void | plugin_initialize (const variables_map &options) |
| void | plugin_startup () |
| void | plugin_shutdown () |
| void | monitor_directory (const bfs::path &path) |
Public Member Functions inherited from appbase::plugin< resource_monitor_plugin > | |
| plugin () | |
| virtual | ~plugin () |
| virtual state | get_state () const override |
| virtual const std::string & | name () const override |
| virtual void | register_dependencies () |
| virtual void | initialize (const variables_map &options) override |
| virtual void | handle_sighup () override |
| virtual void | startup () override |
| virtual void | shutdown () override |
Public Member Functions inherited from appbase::abstract_plugin | |
| virtual | ~abstract_plugin () |
Additional Inherited Members | |
Public Types inherited from appbase::abstract_plugin | |
| enum | state { registered , initialized , started , stopped } |
Protected Member Functions inherited from appbase::plugin< resource_monitor_plugin > | |
| plugin (const string &name) | |
Definition at line 9 of file resource_monitor_plugin.hpp.
| sysio::resource_monitor_plugin::resource_monitor_plugin | ( | ) |
Definition at line 160 of file resource_monitor_plugin.cpp.
|
virtual |
Definition at line 162 of file resource_monitor_plugin.cpp.
| void sysio::resource_monitor_plugin::monitor_directory | ( | const bfs::path & | path | ) |
Definition at line 180 of file resource_monitor_plugin.cpp.

| void sysio::resource_monitor_plugin::plugin_initialize | ( | const variables_map & | options | ) |
Definition at line 168 of file resource_monitor_plugin.cpp.

| void sysio::resource_monitor_plugin::plugin_shutdown | ( | ) |
Definition at line 176 of file resource_monitor_plugin.cpp.

| void sysio::resource_monitor_plugin::plugin_startup | ( | ) |
Definition at line 172 of file resource_monitor_plugin.cpp.

|
overridevirtual |
Implements appbase::abstract_plugin.
Definition at line 164 of file resource_monitor_plugin.cpp.

