| Trees | Index | Help |
|---|
| Package flumotion :: Package manager :: Module worker :: Class WorkerAvatar |
|
Avatar--+ |Loggable--+ |ManagerAvatar--+ | 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. | |
getName(self)
| |
Start a component of the given type with the given config. | |
| Inherited from ManagerAvatar | |
| |
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 of (bundleName, md5sum) |
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. | |
Log a warning about a Failure. | |
| Class Variable Summary | |
|---|---|
str |
logCategory: Implementors can provide a category to log their messages under. |
| Method Details |
|---|
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
|
start(self, avatarId, type, config)Start a component of the given type with the given config.
|
| Class Variable Details |
|---|
logCategoryImplementors can provide a category to log their messages under.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |