Package flumotion :: Package common :: Module planet
[hide private]

Module planet

source code

serializable objects from worker through manager to admin. Used by planet, flow, job and component.


Version: $Rev$

Classes [hide private]
ManagerPlanetState
I represent the state of a planet in the manager.
AdminPlanetState
I represent the state of a planet in an admin client.
ManagerAtmosphereState
I represent the state of an atmosphere in the manager.
AdminAtmosphereState
I represent the state of an atmosphere in an admin client.
ManagerFlowState
I represent the state of a flow in the manager.
AdminFlowState
I represent the state of a flow in an admin client.
ManagerComponentState
I represent the state of a component in the manager.
AdminComponentState
I represent the state of a component in the admin client.
WorkerJobState
I represent the state of a job in the worker, running a component.
ManagerJobState
I represent the state of a job in the manager.
Variables [hide private]
  _jobStateKeys = ['mood', 'manager-ip', 'pid', 'workerName']
  _jobStateListKeys = ['messages']
  __package__ = 'flumotion.common'