| Trees | Index | Help |
|---|
| Package flumotion :: Package worker :: Module worker :: Class WorkerMedium |
|
Loggable --+
|
Jellyable --+ |
| |
Serializable --+ |
| |
Referenceable --+
|
BaseMedium --+
|
WorkerMedium
| Method Summary | |
|---|---|
__init__(self,
brain)
| |
cb_processFailed(self,
*args)
| |
cb_processFinished(self,
*args)
| |
| list of strings |
Checks if one or more GStreamer elements are present and can be instantiated. |
Runs the given function in the given module with the given arguments. | |
remote_start(self,
*args,
**kwargs)
| |
| Inherited from BaseMedium | |
| |
| |
| |
| |
| |
| 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. | |
| 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 |
bundleLoader = None |
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_runProc(self, module, function, *args, **kwargs)Runs the given function in the given module with the given arguments.
|
| Class Variable Details |
|---|
__implements__
|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |