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

Class JobProcessProtocol

BaseProtocol --+        
               |        
 ProcessProtocol --+    
                   |    
     ProcessProtocol --+
                       |
                      JobProcessProtocol


Method Summary
  __init__(self, kindergarten, avatarId)
  processEnded(self, status)
  sendMessage(self, message)
    Inherited from ProcessProtocol
  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.
    Inherited from BaseProtocol
  connectionMade(self)
Called when a connection is made.
  makeConnection(self, transport)
Make a connection to a transport and a server.

Class Variable Summary
    Inherited from BaseProtocol
Implements __implemented__ = <implementedBy twisted.internet.protoc...
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
int connected = 0                                                                     
NoneType transport = None                                                                  

Generated by Epydoc 2.1 on Sat Apr 14 13:16:06 2007 http://epydoc.sf.net