Part of vmc.common.daemon View In Hierarchy
I am a collection of Daemons
I provide some methods to manage the collection.Method | __init__ | Undocumented |
Method | append_daemon | Adds daemon to the collection with name
|
Method | has_daemon | Returns True if name exists
|
Method | remove_daemon | Removes daemon with name
|
Method | start_daemons | Starts all daemons |
Method | stop_daemon | Stops daemon with name
|
Method | stop_daemons | Stops all daemons |