Trees
Indices
Help
Package flumotion ::
Package worker
::
Module base
:: Class JobInfo
[
hide private
]
type JobInfo
source code
object --+ |
JobInfo
Known Subclasses:
job.ComponentJobInfo
I hold information about a job.
Instance Methods
[
hide private
]
__init__
(
self
,
pid
,
avatarId
,
type
,
moduleName
,
methodName
,
nice
,
bundles
)
source code
Properties
[
hide private
]
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 job as
int
pid
PID of the child process
str
type
type of the component to create
Method Details
[
hide private
]
__init__
(
self
,
pid
,
avatarId
,
type
,
moduleName
,
methodName
,
nice
,
bundles
)
(Constructor)
source code
Overrides: object.__init__
(inherited documentation)
Trees
Indices
Help
Generated by Epydoc 3.0.1
http://epydoc.sourceforge.net