Trees | Index | Help |
---|
Package flumotion :: Package worker :: Module worker :: Class WorkerMedium |
|
Loggable
--+ |Jellyable
--+ | | |Serializable
--+ | | |Referenceable
--+ |BaseMedium
--+ | WorkerMedium
Method Summary | |
---|---|
| |
twisted.internet.defer.Deferred
|
Load the given module name. |
list of str |
Checks if one or more GStreamer elements are present and can be instantiated. |
remote_create(self,
*args,
**kwargs)
| |
list of int |
Gets the range of feed ports that this worker was configured to use. |
remote_runFunction(self,
*args,
**kwargs)
| |
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.IW...
|
WorkerBrain |
brain = None |
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 |
---|
__init__(self,
brain,
ports)
|
loadModule(self, moduleName)Load the given module name.
|
remote_checkElements(self, elementNames)Checks if one or more GStreamer elements are present and can be instantiated.
|
remote_getPorts(self)Gets the range of feed ports that this worker was configured to use.
|
Class Variable Details |
---|
__implements__
|
brain
|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Jan 25 09:31:10 2007 | http://epydoc.sf.net |