This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ACS |
Classes | |
interface | ACS::OffShoot |
interface | ACS::ACSComponent |
interface | ACS::PingableResource |
Enumerations | |
enum | ComponentStates { COMPSTATE_NEW, COMPSTATE_INITIALIZING, COMPSTATE_INITIALIZED, COMPSTATE_OPERATIONAL, COMPSTATE_ERROR, COMPSTATE_DESTROYING, COMPSTATE_ABORTING, COMPSTATE_DEFUNCT, COMPSTATE_UNKNOWN } |
|
Component state enumeration. Component starts it's lifecycle in state
Object lifecycle can be aborted anytime, abort sequence prescribes next order.
The COMPSTATE_UNKNOWN signals an abnormal situation, or a situation where it is not possible to read/retrieve the state There also exists an error state:
Note: recycable objects are allowed to be initialized again after |