
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static ServiceState | from_int (int value) |
Static Public Attributes | |
| static final int | _NOT_EXISTING = 0 |
| static final ServiceState | NOT_EXISTING = new ServiceState(_NOT_EXISTING) |
| static final int | _DEFUNCT = 1 |
| static final ServiceState | DEFUNCT = new ServiceState(_DEFUNCT) |
| static final int | _DEGRADED = 2 |
| static final ServiceState | DEGRADED = new ServiceState(_DEGRADED) |
| static final int | _RUNNING = 3 |
| static final ServiceState | RUNNING = new ServiceState(_RUNNING) |
Protected Member Functions | |
| ServiceState (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
Generated from IDL definition of enum "ServiceState"
| alma::acsdaemon::ServiceState::ServiceState | ( | int | i | ) | [inline, protected] |
References value().
| static ServiceState alma::acsdaemon::ServiceState::from_int | ( | int | value | ) | [inline, static] |
References _DEFUNCT, _DEGRADED, _NOT_EXISTING, _RUNNING, DEFUNCT, DEGRADED, NOT_EXISTING, and RUNNING.
Referenced by alma::acsdaemon::ServiceStateHelper::read(), and readResolve().
| java.lang.Object alma::acsdaemon::ServiceState::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String alma::acsdaemon::ServiceState::toString | ( | ) | [inline] |
References _DEFUNCT, _DEGRADED, _NOT_EXISTING, _RUNNING, and value().
| int alma::acsdaemon::ServiceState::value | ( | ) | [inline] |
Referenced by readResolve(), ServiceState(), and toString().
final int alma::acsdaemon::ServiceState::_DEFUNCT = 1 [static] |
Referenced by from_int(), and toString().
final int alma::acsdaemon::ServiceState::_DEGRADED = 2 [static] |
Referenced by from_int(), and toString().
final int alma::acsdaemon::ServiceState::_NOT_EXISTING = 0 [static] |
Referenced by from_int(), and toString().
final int alma::acsdaemon::ServiceState::_RUNNING = 3 [static] |
Referenced by from_int(), and toString().
final ServiceState alma::acsdaemon::ServiceState::DEFUNCT = new ServiceState(_DEFUNCT) [static] |
Referenced by from_int().
final ServiceState alma::acsdaemon::ServiceState::DEGRADED = new ServiceState(_DEGRADED) [static] |
Referenced by from_int().
final ServiceState alma::acsdaemon::ServiceState::NOT_EXISTING = new ServiceState(_NOT_EXISTING) [static] |
Referenced by from_int().
final ServiceState alma::acsdaemon::ServiceState::RUNNING = new ServiceState(_RUNNING) [static] |
Referenced by from_int().
int alma::acsdaemon::ServiceState::value = -1 [private] |
Referenced by alma::acsdaemon::ServiceStateHelper::write().
1.6.2