Trees | Index | Help |
---|
Package flumotion :: Package manager :: Module base :: Class ManagerAvatar |
|
Avatar
--+ |Loggable
--+ | ManagerAvatar
AdminAvatar
,
ComponentAvatar
,
WorkerAvatar
Method Summary | |
---|---|
| |
Tell the avatar that the given mind has been attached. | |
Tell the avatar that the peer's client referenced by the mind has detached. | |
Get the IPv4 address of the machine the client is connecting from. | |
boolean |
Check if the avatar has a remote reference to the peer. |
Call the given remote method. | |
list of (string, string) tuples |
Get a list of (bundleName, md5sum) of all dependency bundles, starting with this bundle, in the correct order. |
list of (string, string) tuples |
Get a list of (bundleName, md5sum) of all dependency bundles, starting with this bundle, in the correct order. |
Get the zip files for the given list of bundles. | |
Inherited from Avatar | |
This method is called when a network message is received. | |
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 | |
---|---|
Inherited from Loggable | |
str |
logCategory : Implementors can provide a category to log their messages under. |
Method Details |
---|
__init__(self,
heaven,
avatarId)
|
attached(self, mind)Tell the avatar that the given mind has been attached. This gives the avatar a way to call remotely to the client that requested this avatar. This is scheduled by the portal after the client has logged in.
|
detached(self, mind)Tell the avatar that the peer's client referenced by the mind has detached. Called through the manager's PB logout trigger callingflumotion.manager.manager.Dispatcher.removeAvatar
|
getClientAddress(self)Get the IPv4 address of the machine the client is connecting from. |
hasRemoteReference(self)Check if the avatar has a remote reference to the peer.
|
mindCallRemote(self, name, *args, **kwargs)Call the given remote method. |
perspective_getBundleSums(self, bundleName)Get a list of (bundleName, md5sum) of all dependency bundles, starting with this bundle, in the correct order.
|
perspective_getBundleSumsByFile(self, filename)Get a list of (bundleName, md5sum) of all dependency bundles, starting with this bundle, in the correct order.
|
perspective_getBundleZips(self, bundles)Get the zip files for the given list of bundles.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:23:00 2005 | http://epydoc.sf.net |