SCS

Uses of Class
scs.demos.philosopher.PhilosopherState

Packages that use PhilosopherState
scs.demos.philosopher   
scs.demos.philosopher.servant   
 

Uses of PhilosopherState in scs.demos.philosopher
 

Fields in scs.demos.philosopher declared as PhilosopherState
static PhilosopherState PhilosopherState.DEAD
           
static PhilosopherState PhilosopherState.EATING
           
static PhilosopherState PhilosopherState.HUNGRY
           
static PhilosopherState PhilosopherState.STARVING
           
 PhilosopherState StatusInfo.state
           
static PhilosopherState PhilosopherState.THINKING
           
 PhilosopherState PhilosopherStateHolder.value
           
 

Methods in scs.demos.philosopher that return PhilosopherState
static PhilosopherState PhilosopherStateHelper.extract(org.omg.CORBA.Any a)
           
static PhilosopherState PhilosopherState.from_int(int value)
           
static PhilosopherState PhilosopherStateHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in scs.demos.philosopher with parameters of type PhilosopherState
static void PhilosopherStateHelper.insert(org.omg.CORBA.Any a, PhilosopherState that)
           
static void PhilosopherStateHelper.write(org.omg.CORBA.portable.OutputStream ostream, PhilosopherState value)
           
 

Constructors in scs.demos.philosopher with parameters of type PhilosopherState
PhilosopherStateHolder(PhilosopherState initialValue)
           
StatusInfo(java.lang.String _name, PhilosopherState _state, int _ticks_since_last_meal, boolean _has_left_fork, boolean _has_right_fork)
           
 

Uses of PhilosopherState in scs.demos.philosopher.servant
 

Fields in scs.demos.philosopher.servant declared as PhilosopherState
protected  PhilosopherState PhilosopherServant.state
           
 


SCS