Trees | Index | Help |
---|
Package flumotion :: Package manager :: Module worker :: Class WorkerAvatar |
|
Avatar
--+ |Loggable
--+ |ManagerAvatar
--+ | WorkerAvatar
Method Summary | |
---|---|
attached(self,
*args,
**kwargs)
| |
Create a component of the given type with the given config. | |
Tell the avatar that the peer's client referenced by the mind has detached. | |
getName(self)
| |
releasePorts(self,
ports)
| |
reservePorts(self,
numPorts)
| |
Inherited from ManagerAvatar | |
| |
Get the IPv4 address of the machine the PB client is connecting from, as seen from the avatar. | |
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. |
NoneType |
portset = None |
Method Details |
---|
createComponent(self, avatarId, type, config)Create a component of the given type with the given config.
|
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
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
portset
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Mar 5 11:22:40 2006 | http://epydoc.sf.net |