| Trees | Index | Help |
|---|
| Package flumotion :: Package worker :: Module worker :: Class Kid |
|
| Method Summary | |
|---|---|
__init__(self,
pid,
avatarId,
type,
moduleName,
methodName,
nice,
bundles)
| |
| Class Variable Summary | |
|---|---|
| str | avatarId: avatar identification string |
| list of (str, str) | bundles: ordered list of (bundleName, bundlePath) needed to create 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 | nice: the nice level to run the kid as |
| 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
|
methodNamethe factory method to use to create the component
|
moduleNamename of the module to create the component from
|
nicethe nice level to run the kid as
|
pidPID of the child process
|
typetype of the component to create
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |