Trees | Index | Help |
---|
Package flumotion :: Package component :: Module component :: Class BaseComponentMedium |
|
Loggable
--+ |Jellyable
--+ | | |Serializable
--+ | | |Referenceable
--+ |BaseMedium
--+ | BaseComponentMedium
FeedComponentMedium
,
BouncerMedium
Method Summary | |
---|---|
| |
Return the manager IP as seen by us. | |
remote_callMethod(self,
methodName,
*args,
**kwargs)
| |
dict |
Return the configuration of the component. |
flumotion.common.planet.WorkerJobState
|
Return the state of the component, which will be serialized to a flumotion.common.planet.ManagerJobState
object. |
Get a WorkerComponentUIState containing details needed to present an admin-side UI state | |
Reload modules in the component. | |
Set up the component and the component's medium with the given config, in that order. | |
remote_start(self,
*args,
**kwargs)
| |
remote_stop(self)
| |
setup(self,
config)
| |
_destroyCallback(self,
result)
| |
_destroyCallLater(self)
| |
_reloaded(self)
| |
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 | |
---|---|
Implements |
__implemented__ = <implementedBy flumotion.component.com...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from BaseMedium | |
NoneType |
remote = None |
Inherited from Referenceable | |
NoneType |
perspective = None |
Inherited from Jellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Method Details |
---|
__init__(self,
component)
|
getIP(self)Return the manager IP as seen by us. |
remote_getConfig(self)Return the configuration of the component.
|
remote_getState(self)Return the state of the component, which will be serialized to aflumotion.common.planet.ManagerJobState
object.
|
remote_getUIState(self)Get a WorkerComponentUIState containing details needed to present an admin-side UI state |
remote_reloadComponent(self)Reload modules in the component. |
remote_setup(self, config)Set up the component and the component's medium with the given config, in that order. |
Class Variable Details |
---|
__implemented__
|
__provides__
|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Oct 22 03:16:45 2006 | http://epydoc.sf.net |