| Trees | Index | Help |
|---|
| Package flumotion :: Package manager :: Module manager :: Class Dispatcher |
|
Loggable --+
|
Dispatcher
portal.IRealm. I make sure that when a pb.Avatar is requested through me, the
Avatar being returned knows about the mind (client) requesting the
Avatar.
| Method Summary | |
|---|---|
__init__(self)
| |
Create an avatar from the heaven implementing the given interface. | |
Register a Heaven as managing components with the given interface. | |
Remove an avatar because it logged out of the manager. | |
requestAvatar(self,
avatarId,
mind,
*ifaces)
| |
| 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 | |
|---|---|
MetaInterface |
__implements__ = <MetaInterface twisted.cred.portal.IRea...
|
str |
logCategory: Implementors can provide a category to log their messages under. |
| Inherited from Loggable | |
Implements |
__implemented__ = <implementedBy flumotion.common.log.Lo...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Method Details |
|---|
createAvatarFor(self, avatarId, ifaces)Create an avatar from the heaven implementing the given interface.
|
registerHeaven(self, heaven, interface)Register a Heaven as managing components with the given interface.
|
removeAvatar(self, avatarId, avatar, mind)Remove an avatar because it logged out of the manager. This function is registered by requestAvatar. |
| Class Variable Details |
|---|
__implements__
|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Sep 13 08:00:40 2006 | http://epydoc.sf.net |