Trees | Index | Help |
---|
Package flumotion :: Package manager :: Module admin :: Class AdminHeaven |
|
Loggable
--+ |Jellyable
--+ | | |Serializable
--+ | | |Referenceable
--+ | | |Root
--+ |ManagerHeaven
--+ | AdminHeaven
AdminAvatar
to handle requests. I live in
the manager.
Method Summary | |
---|---|
| |
Call a remote method on all AdminAvatars in this heaven. | |
Tell all created AdminAvatars that a component was added. | |
Tell all created AdminAvatars that a component was removed. | |
Tell all created AdminAvatars that a component has changed state. | |
logHandler(self,
category,
type,
message)
| |
sendCache(self,
avatar)
| |
Inherited from ManagerHeaven | |
flumotion.manager.admin.AdminAvatar
|
Create a new administration avatar and manage it. |
ManagerAvatar
|
Get the avatar with the given id. |
list of ManagerAvatar
|
Get all avatars in this heaven. |
Check if the heaven has the given avatar id registered. | |
Stop managing the given avatar. | |
Inherited from Root | |
A pb.BrokerFactory is requesting to publish me as a root
object. | |
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. |
Class Variable Summary | |
---|---|
MetaInterface |
__implements__ = flumotion.common.interfaces.IHeaven |
classobj |
avatarClass = flumotion.manager.admin.AdminAvatar |
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from Referenceable | |
NoneType |
perspective = None |
Method Details |
---|
__init__(self,
vishnu)
|
avatarsCallRemote(self, methodName, *args, **kwargs)Call a remote method on all AdminAvatars in this heaven.
|
componentAdded(self, component)Tell all created AdminAvatars that a component was added.
|
componentRemoved(self, component)Tell all created AdminAvatars that a component was removed.
|
componentStateChanged(self, component, state)Tell all created AdminAvatars that a component has changed state.
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jan 21 09:59:45 2005 | http://epydoc.sf.net |