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. |
Class Variable Summary | |
---|---|
MetaInterface |
__implements__ = twisted.cred.portal.IRealm |
str |
logCategory : Implementors can provide a category to log their messages under. |
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 |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:23:00 2005 | http://epydoc.sf.net |