Class w.c.d.WaderDaemonCollection(object):

Part of wader.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
def __init__(self):
Undocumented
def append_daemon(self, name, daemon):
Adds daemon to the collection with name
def has_daemon(self, name):
Returns True if name exists
def remove_daemon(self, name):
Removes daemon with name
def start_daemons(self, arg=None):
Starts all daemons
def stop_daemon(self, name):
Stops daemon with name
def stop_daemons(self):
Stops all daemons
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.