Trees | Index | Help |
---|
Package flumotion :: Package job :: Module job :: Class JobMedium |
|
Loggable
--+ |Jellyable
--+ | | |Serializable
--+ | | |Referenceable
--+ |BaseMedium
--+ | JobMedium
Method Summary | |
---|---|
__init__(self)
| |
I receive the information on how to connect to the manager. | |
I am called on by the worker's JobAvatar to create a component. | |
remote_stop(self)
| |
Shut down the job process completely, cleaning up the component so the reactor can be left from. | |
Inherited from BaseMedium | |
Call the given method with the given arguments remotely on the server-side avatar. | |
Does the medium have a remote reference to a server-side avatar ? | |
Set the given remoteReference as the reference to the server-side avatar. | |
Inherited from Referenceable | |
(internal) | |
A remote message has been received. | |
Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
Inherited from Jellyable | |
| |
Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Instance Variable Summary | |
---|---|
Inherited from BaseMedium | |
NoneType |
bundleLoader : flumotion.common.bundleclient.BundleLoader |
remoteReference : twisted.spread.pb.RemoteReference |
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<MetaInterface flumotion.common.interf...
|
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from BaseMedium | |
NoneType |
remote = None |
Inherited from Referenceable | |
Implements |
__implemented__ = <implementedBy twisted.spread.flavors....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
NoneType |
perspective = None |
Inherited from Jellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Method Details |
---|
remote_bootstrap(self, workerName, host, port, transport, keycard, packagePaths)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.
|
remote_create(self, avatarId, type, moduleName, methodName, config)I am called on by the worker's JobAvatar to create a component.
|
shutdown(self)Shut down the job process completely, cleaning up the component so the reactor can be left from. |
Class Variable Details |
---|
__implements__
|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Sep 13 13:38:33 2006 | http://epydoc.sf.net |