Package twisted :: Package test :: Module test_process :: Class TrivialProcessProtocol
[show private | hide private]
[frames | no frames]

Class TrivialProcessProtocol

BaseProtocol --+    
               |    
 ProcessProtocol --+
                   |
                  TrivialProcessProtocol


Method Summary
  connectionMade(self)
Called when a connection is made. (inherited from BaseProtocol)
  errConnectionLost(self)
This will be called when stderr is closed. (inherited from ProcessProtocol)
  errReceived(self, data)
Some data was received from stderr. (inherited from ProcessProtocol)
  inConnectionLost(self)
Called when stdin is shut down. (inherited from ProcessProtocol)
  makeConnection(self, transport)
Make a connection to a transport and a server. (inherited from BaseProtocol)
  outConnectionLost(self)
Called when stdout is shut down. (inherited from ProcessProtocol)
  outReceived(self, data)
Some data was received from stdout. (inherited from ProcessProtocol)
  processEnded(self, reason)
This will be called when the subprocess is finished.

Class Variable Summary
int finished

Method Details

processEnded(self, reason)

This will be called when the subprocess is finished.
Parameters:
reason
           (type=twisted.python.failure.Failure)
Overrides:
twisted.internet.protocol.ProcessProtocol.processEnded (inherited documentation)

Class Variable Details

finished

Type:
int
Value:
0                                                                      

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:04 2003 http://epydoc.sf.net