SCS

scs.demos.philosopher
Class PhilosopherState

java.lang.Object
  extended by scs.demos.philosopher.PhilosopherState
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public class PhilosopherState
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

scs/demos/philosopher/PhilosopherState.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/philosopher.idl Friday, October 3, 2008 9:13:53 AM BRT

See Also:
Serialized Form

Field Summary
static int _DEAD
           
static int _EATING
           
static int _HUNGRY
           
static int _STARVING
           
static int _THINKING
           
static PhilosopherState DEAD
           
static PhilosopherState EATING
           
static PhilosopherState HUNGRY
           
static PhilosopherState STARVING
           
static PhilosopherState THINKING
           
 
Constructor Summary
protected PhilosopherState(int value)
           
 
Method Summary
static PhilosopherState from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_EATING

public static final int _EATING
See Also:
Constant Field Values

EATING

public static final PhilosopherState EATING

_THINKING

public static final int _THINKING
See Also:
Constant Field Values

THINKING

public static final PhilosopherState THINKING

_HUNGRY

public static final int _HUNGRY
See Also:
Constant Field Values

HUNGRY

public static final PhilosopherState HUNGRY

_STARVING

public static final int _STARVING
See Also:
Constant Field Values

STARVING

public static final PhilosopherState STARVING

_DEAD

public static final int _DEAD
See Also:
Constant Field Values

DEAD

public static final PhilosopherState DEAD
Constructor Detail

PhilosopherState

protected PhilosopherState(int value)
Method Detail

value

public int value()

from_int

public static PhilosopherState from_int(int value)

SCS