Trees | Indices | Help |
---|
|
twisted.internet.protocol.Factory --+ | twisted.internet.protocol.ClientFactory --+ | twisted.spread.pb.PBClientFactory --+ | common.log.Loggable --+ | JobClientFactory
I am a client factory that logs in to the WorkerBrain. I live in the flumotion-job process spawned by the worker.
|
|||
perspectiveInterface I am an interface for job-side mediums interfacing with worker-side avatars. |
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
logCategory =
Implementors can provide a category to log their messages under. |
|||
JobMedium |
medium the medium for the JobHeaven to access us through |
||
Inherited from Inherited from |
|
|
Create an instance of a subclass of Protocol. The returned instance will handle input on an incoming server connection, and an attribute "factory" pointing to the creating factory. Override this method to alter how Protocol instances get created.
|
Login and get perspective from remote PB server. Currently only credentials implementing IUsernamePassword are supported.
|
This will be called before I stop listening on all Ports/Connectors. This can be overridden to perform 'shutdown' tasks such as disconnecting database connections, closing files, etc. It will be called, for example, before an application shuts down, if it was connected to a port. User code should not call this function directly.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Apr 11 07:40:27 2008 | http://epydoc.sourceforge.net |