
Generated from IDL definition of enum "ComponentStates"
| alma::ACS::ComponentStates::ComponentStates | ( | int | i | ) | [inline, protected] |
References value().
| static ComponentStates alma::ACS::ComponentStates::from_int | ( | int | value | ) | [inline, static] |
References _COMPSTATE_ABORTING, _COMPSTATE_DEFUNCT, _COMPSTATE_DESTROYING, _COMPSTATE_ERROR, _COMPSTATE_INITIALIZED, _COMPSTATE_INITIALIZING, _COMPSTATE_NEW, _COMPSTATE_OPERATIONAL, _COMPSTATE_UNKNOWN, COMPSTATE_ABORTING, COMPSTATE_DEFUNCT, COMPSTATE_DESTROYING, COMPSTATE_ERROR, COMPSTATE_INITIALIZED, COMPSTATE_INITIALIZING, COMPSTATE_NEW, COMPSTATE_OPERATIONAL, and COMPSTATE_UNKNOWN.
Referenced by alma::ACS::ComponentStatesHelper::read(), and readResolve().
| java.lang.Object alma::ACS::ComponentStates::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String alma::ACS::ComponentStates::toString | ( | ) | [inline] |
References _COMPSTATE_ABORTING, _COMPSTATE_DEFUNCT, _COMPSTATE_DESTROYING, _COMPSTATE_ERROR, _COMPSTATE_INITIALIZED, _COMPSTATE_INITIALIZING, _COMPSTATE_NEW, _COMPSTATE_OPERATIONAL, _COMPSTATE_UNKNOWN, and value().
Referenced by alma::ACS::MasterComponentImpl::SubsysResourceMonitor::ComponentChecker< T extends ACSComponent >::checkState().
| int alma::ACS::ComponentStates::value | ( | ) | [inline] |
Referenced by ComponentStates(), readResolve(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_ABORTING = 6 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_DEFUNCT = 7 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_DESTROYING = 5 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_ERROR = 4 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_INITIALIZED = 2 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_INITIALIZING = 1 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_NEW = 0 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_OPERATIONAL = 3 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::ComponentStates::_COMPSTATE_UNKNOWN = 8 [static] |
Referenced by from_int(), and toString().
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_ABORTING = new ComponentStates(_COMPSTATE_ABORTING) [static] |
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_DEFUNCT = new ComponentStates(_COMPSTATE_DEFUNCT) [static] |
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_DESTROYING = new ComponentStates(_COMPSTATE_DESTROYING) [static] |
Referenced by from_int(), and alma::acs::container::AcsContainer::markAndFilterForDeactivation().
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_ERROR = new ComponentStates(_COMPSTATE_ERROR) [static] |
Referenced by from_int().
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_INITIALIZED = new ComponentStates(_COMPSTATE_INITIALIZED) [static] |
Referenced by from_int().
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_INITIALIZING = new ComponentStates(_COMPSTATE_INITIALIZING) [static] |
Referenced by from_int().
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_NEW = new ComponentStates(_COMPSTATE_NEW) [static] |
final ComponentStates alma::ACS::ComponentStates::COMPSTATE_UNKNOWN = new ComponentStates(_COMPSTATE_UNKNOWN) [static] |
Referenced by from_int().
int alma::ACS::ComponentStates::value = -1 [private] |
Referenced by alma::ACS::MasterComponentImpl::SubsysResourceMonitor::ComponentChecker< T extends ACSComponent >::checkState(), alma::acs::container::ComponentStateManagerImpl::getName(), test::jbaci::SimpleMasterComponentImpl::CurrentStateHierarchyDataAccess::run(), and alma::ACS::ComponentStatesHelper::write().
1.6.2