alma::acsdaemon::ServiceState Class Reference

Collaboration diagram for alma::acsdaemon::ServiceState:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Generated from IDL definition of enum "ServiceState"

Author:
JacORB IDL compiler

Constructor & Destructor Documentation

alma::acsdaemon::ServiceState::ServiceState ( int  i  )  [inline, protected]

References value().


Member Function Documentation

static ServiceState alma::acsdaemon::ServiceState::from_int ( int  value  )  [inline, static]
java.lang.Object alma::acsdaemon::ServiceState::readResolve (  )  throws java.io.ObjectStreamException [inline, package]

References from_int(), and value().

String alma::acsdaemon::ServiceState::toString (  )  [inline]

Referenced by readResolve(), ServiceState(), and toString().


Member Data Documentation

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int().

Referenced by from_int().

Referenced by from_int().

Referenced by from_int().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2