| Trees | Indices | Help |
|---|
|
|
twisted.spread.jelly.Jellyable --+
|
twisted.spread.flavors.Serializable --+
|
twisted.spread.flavors.Referenceable --+
|
twisted.spread.flavors.Root --+
|
extern.log.log.Loggable --+
|
ManagerHeaven
I am a base class for heavens in the manager.
|
|||
|
|||
| ManagerAvatar |
|
||
| bool |
|
||
| list of ManagerAvatar |
|
||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
avatarClass = Nonethe class object this heaven instantiates avatars from. |
|||
__implemented__ = <implementedBy flumotion.manager.base.Manage
|
|||
|
Inherited from Inherited from |
|||
|
|||
| dict of str -> ManagerAvatar |
avatars a dict of avatarId -> Avatar |
||
| flumotion.manager.manager.Vishnu |
vishnu the Vishnu in control of all the heavens |
||
|
|||
|
Get the avatar with the given id.
|
Check if a component with that name is registered.
|
Get all avatars in this heaven.
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. For example: >>> from zope.interface import Interface >>> class IFooFactory(Interface): ... pass >>> class IFoo(Interface): ... pass >>> class C(object): ... implements(IFoo) ... classProvides(IFooFactory) >>> [i.getName() for i in C.__provides__] ['IFooFactory'] >>> [i.getName() for i in C().__provides__] ['IFoo']
|
|
|||
avatarClassthe class object this heaven instantiates avatars from. To be set in subclass.
|
__implemented__
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 17 07:44:31 2011 | http://epydoc.sourceforge.net |