Trees | Index | Help |
---|
Package flumotion :: Package worker :: Module worker :: Class WorkerMedium |
|
Loggable
--+ |Jellyable
--+ | | |Serializable
--+ | | |Referenceable
--+ |BaseMedium
--+ | WorkerMedium
Method Summary | |
---|---|
__init__(self,
brain,
ports)
| |
list of strings |
Checks if one or more GStreamer elements are present and can be instantiated. |
remote_create(self,
*args,
**kwargs)
| |
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...
|
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_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__
|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Mar 5 11:22:40 2006 | http://epydoc.sf.net |