Package flumotion :: Package twisted :: Module integration :: Class ProcessProtocol
[hide private]

Class ProcessProtocol

source code

twisted.internet.protocol.BaseProtocol --+    
                                         |    
 twisted.internet.protocol.ProcessProtocol --+
                                             |
                                            ProcessProtocol

Instance Methods [hide private]
 
__init__(self) source code
 
getDeferred(self) source code
 
timeout(self, process, status) source code
 
processEnded(self, status)
Called when the child process exits and all file descriptors associated with it have been closed.
source code

Inherited from twisted.internet.protocol.ProcessProtocol: __provides__, childConnectionLost, childDataReceived, errConnectionLost, errReceived, inConnectionLost, outConnectionLost, outReceived, processExited

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, connectionMade, makeConnection

Class Variables [hide private]

Inherited from twisted.internet.protocol.ProcessProtocol: __implemented__

Inherited from twisted.internet.protocol.BaseProtocol: connected, transport

Method Details [hide private]

processEnded(self, status)

source code 

Called when the child process exits and all file descriptors associated with it have been closed.

Overrides: twisted.internet.protocol.ProcessProtocol.processEnded
(inherited documentation)