I manage running managers and workers on behalf of a service
script.
|
|
|
|
|
_getDirOptions(self)
Return a list of override directories for configure.configure
suitable for appending to a command line. |
source code
|
|
|
|
|
|
|
|
|
|
|
status(self,
args)
Give status on processes as given in the args. |
source code
|
|
|
clean(self,
args)
Clean up dead process pid files as given in the args. |
source code
|
|
|
|
|
create(self,
args)
Create a default manager or worker config. |
source code
|
|
|
|
|
|
|
startManager(self,
name,
flowNames)
Start the manager as configured in the manager directory for the
given manager name, together with the given flows. |
source code
|
|
|
startWorker(self,
name)
Start the worker as configured in the worker directory for the given
worker name. |
source code
|
|
|
|
|
stopManager(self,
name)
Stop the given manager if it is running. |
source code
|
|
|
stopWorker(self,
name)
Stop the given worker if it is running. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from extern.log.log.Loggable :
__providedBy__ ,
__provides__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|