| Trees | Index | Help |
|
|---|
| Package ZenRRD :: Module zencommand :: Class ProcessRunner |
|
BaseProtocol--+ |ProcessProtocol--+ | ProcessRunner
| Method Summary | |
|---|---|
Store up the output as it arrives from the process | |
notify the starter that their process is complete | |
Kick off the process: run it local | |
Kill a process if it takes too long | |
Inherited from ProcessProtocol:
childConnectionLost,
childDataReceived,
errConnectionLost,
errReceived,
inConnectionLost,
outConnectionLost
Inherited from BaseProtocol:
connectionMade,
makeConnection
| |
| Class Variable Summary | |
|---|---|
NoneType |
exitCode = None |
str |
output = ''
|
NoneType |
stopped = None |
Inherited from BaseProtocol:
__implemented__,
__providedBy__,
__provides__,
connected,
transport
| |
| Method Details |
|---|
outReceived(self, data)Store up the output as it arrives from the process |
processEnded(self, reason)notify the starter that their process is complete |
start(self, cmd)Kick off the process: run it local |
timeout(self, value)Kill a process if it takes too long |
| Class Variable Details |
|---|
exitCode
|
output
|
stopped
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:11 2007 | http://epydoc.sf.net |