riaps.run.part module
Part class Created on Oct 9, 2016
@author: run
- class riaps.run.part.Part(parentActor, iTypeDef, iName, iTypeName, iArgs)[source]
Bases:
objectPart class to encapsulate and manage component (and its thread)
- class State(value)[source]
Bases:
EnumAn enumeration.
- Active = 3
- Checkpointing = 4
- Destroyed = 7
- Inactive = 5
- Initial = 1
- Passive = 6
- Ready = 2
- Starting = 0
- handlePortUpdate(portName, host, port)[source]
Handle a port update message coming from the discovery service
- property mods