scs.demos.philosopher
Class PhilosopherState
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
PhilosopherState
protected PhilosopherState(int value)
value
public int value()
from_int
public static PhilosopherState from_int(int value)