Package flumotion :: Package common :: Module worker :: Class ProcessProtocol
[show private | hide private]
[frames | no frames]

Class ProcessProtocol

BaseProtocol --+    
               |    
 ProcessProtocol --+
                   |
                  ProcessProtocol

Known Subclasses:
JobProcessProtocol

Method Summary
  __init__(self, loggable, avatarId, processType, where)
  processEnded(self, status)
  sendMessage(self, message)
  setPid(self, pid)
    Inherited from ProcessProtocol
  childConnectionLost(self, childFD)
  childDataReceived(self, childFD, data)
  errConnectionLost(self)
This will be called when stderr is closed.
  errReceived(self, data)
Some data was received from stderr.
  inConnectionLost(self)
This will be called when stdin is closed.
  outConnectionLost(self)
This will be called when stdout is closed.
  outReceived(self, data)
Some data was received from stdout.

Generated by Epydoc 2.1 on Fri Feb 2 11:44:37 2007 http://epydoc.sf.net