| Trees | Indices | Help |
|---|
|
|
twisted.spread.jelly.Jellyable --+
|
twisted.spread.flavors.Serializable --+
|
twisted.spread.flavors.Referenceable --+
|
extern.log.log.Loggable --+
|
twisted.pb.Referenceable --+
|
common.medium.BaseMedium --+
|
JobMedium
I am a medium between the job and the worker's job avatar. I live in the job process.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
logCategory = Implementors can provide a category to log their messages under. |
|||
| str |
remoteLogName = name to use to log the other side of the connection |
||
__implemented__ = <implementedBy flumotion.job.job.JobMedium>
|
|||
| flumotion.component.component.BaseComponent |
component the component this is a medium for; created as part of remote_create |
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
I receive the information on how to connect to the manager. I also set up package paths to be able to run the component. Called by the worker's JobAvatar.
|
I am called on by the worker's JobAvatar to run a function, normally on behalf of the flumotion.admin.gtk.
|
I am called on by the worker's JobAvatar to create a component.
|
Create a component of the given type. Log in to the manager with the given avatarId.
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. For example: >>> from zope.interface import Interface >>> class IFooFactory(Interface): ... pass >>> class IFoo(Interface): ... pass >>> class C(object): ... implements(IFoo) ... classProvides(IFooFactory) >>> [i.getName() for i in C.__provides__] ['IFooFactory'] >>> [i.getName() for i in C().__provides__] ['IFoo']
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 17 07:44:31 2011 | http://epydoc.sourceforge.net |