Package buildbot :: Package scripts :: Module logwatcher :: Class TailProcess
[frames | no frames]

Class TailProcess

BaseProtocol --+    
               |    
 ProcessProtocol --+
                   |
                  TailProcess


Method Summary
  errReceived(self, data)
Some data was received from stderr.
  outReceived(self, data)
Some data was received from stdout.
    Inherited from ProcessProtocol
  childConnectionLost(self, childFD)
  childDataReceived(self, childFD, data)
  errConnectionLost(self)
This will be called when stderr is closed.
  inConnectionLost(self)
This will be called when stdin is closed.
  outConnectionLost(self)
This will be called when stdout is closed.
  processEnded(self, reason)
This will be called when the subprocess is finished.

Method Details

errReceived(self, data)

Some data was received from stderr.
Overrides:
twisted.internet.protocol.ProcessProtocol.errReceived (inherited documentation)

outReceived(self, data)

Some data was received from stdout.
Overrides:
twisted.internet.protocol.ProcessProtocol.outReceived (inherited documentation)

Generated by Epydoc 2.1 on Tue Sep 16 09:16:00 2008 http://epydoc.sf.net