Package flumotion :: Package worker :: Module job :: Class ComponentJobInfo
[hide private]

type ComponentJobInfo

source code

  object --+    
           |    
base.JobInfo --+
               |
              ComponentJobInfo

Instance Methods [hide private]
 
__init__(self, pid, avatarId, type, moduleName, methodName, nice, bundles, conf) source code
Properties [hide private]
  conf

Inherited from base.JobInfo: avatarId, bundles, methodName, moduleName, nice, pid, type

Method Details [hide private]

__init__(self, pid, avatarId, type, moduleName, methodName, nice, bundles, conf)
(Constructor)

source code 
Overrides: base.JobInfo.__init__