Trees | Index | Help |
---|
Package flumotion :: Package worker :: Module worker :: Class Kid |
|
Method Summary | |
---|---|
__init__(self,
pid,
avatarId,
type,
moduleName,
methodName,
config,
bundles)
|
Class Variable Summary | |
---|---|
str | avatarId : avatar identification string |
list of (str, str) | bundles : ordered list of (bundleName, bundlePath) needed to create the
component |
dict | config : a configuration dictionary for the component |
str | methodName : the factory method to use to create the component |
str | moduleName : name of the module to create the component from |
int | pid : PID of the child process |
str | type : type of the component to create |
Class Variable Details |
---|
avatarIdavatar identification string
|
bundlesordered list of (bundleName, bundlePath) needed to create the component
|
configa configuration dictionary for the component
|
methodNamethe factory method to use to create the component
|
moduleNamename of the module to create the component from
|
pidPID of the child process
|
typetype of the component to create
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Oct 22 03:16:38 2006 | http://epydoc.sf.net |