Searched refs:ServiceControl (Results 1 - 3 of 3) sorted by relevance

/ec/ECSpooler/bin/
H A Dspoolerctl29 from lib.util.servicecontrol import ServiceControl namespace
53 class SpoolerControl(ServiceControl):
113 class SoapWrapperControl(ServiceControl):
120 ServiceControl.__init__(self, name, port, username=username, password=password)
H A Dbackendctl26 from lib.util.servicecontrol import ServiceControl namespace
33 class BackendControl(ServiceControl):
62 ServiceControl.__init__(self, name, backend_port, username=username, password=password)
70 @see: ServiceControl.start()
187 @see ServiceControl.stop
188 @see ServiceControl._process_stop
196 @see ServiceControl.status
197 @see ServiceControl._process_status
/ec/ECSpooler/lib/util/
H A Dservicecontrol.py20 class ServiceControl(object): class in inherits:object

Completed in 10 milliseconds