| 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__ = (<class 'flumotion.common.interfaces.IJ...
|
flumotion.component.component.BaseComponent |
component: the component this is a medium for; created as part of remote_create |
str |
logCategory: Implementors can provide a category to log their messages under. |
| Inherited from BaseMedium | |
NoneType |
remote = None |
| Inherited from Referenceable | |
NoneType |
perspective = None |
| 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__
|
componentthe component this is a medium for; created as part ofremote_create
|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Jan 25 09:34:54 2007 | http://epydoc.sf.net |