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, 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

avatarId

avatar identification string
Type:
str

bundles

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

methodName

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

moduleName

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

nice

the nice level to run the kid as
Type:
int

pid

PID of the child process
Type:
int

type

type of the component to create
Type:
str

Generated by Epydoc 2.1 on Fri Apr 6 10:10:24 2007 http://epydoc.sf.net