Package flumotion :: Package worker :: Module worker :: Class Kid
[show private | hide private]
[frames | no frames]

Class Kid


I am an abstraction of a job process started by the worker.
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

avatarId

avatar identification string
Type:
str

bundles

ordered list of (bundleName, bundlePath) needed to create the component
Type:
list of (str, str)

config

a configuration dictionary for the component
Type:
dict

methodName

the factory method to use to create the component
Type:
str

moduleName

name of the module to create the component from
Type:
str

pid

PID of the child process
Type:
int

type

type of the component to create
Type:
str

Generated by Epydoc 2.1 on Sun Oct 22 03:16:38 2006 http://epydoc.sf.net