SCS

scs.demos.philosopher
Class StatusInfo

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

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

scs/demos/philosopher/StatusInfo.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
 boolean has_left_fork
           
 boolean has_right_fork
           
 java.lang.String name
           
 PhilosopherState state
           
 int ticks_since_last_meal
           
 
Constructor Summary
StatusInfo()
           
StatusInfo(java.lang.String _name, PhilosopherState _state, int _ticks_since_last_meal, boolean _has_left_fork, boolean _has_right_fork)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

state

public PhilosopherState state

ticks_since_last_meal

public int ticks_since_last_meal

has_left_fork

public boolean has_left_fork

has_right_fork

public boolean has_right_fork
Constructor Detail

StatusInfo

public StatusInfo()

StatusInfo

public StatusInfo(java.lang.String _name,
                  PhilosopherState _state,
                  int _ticks_since_last_meal,
                  boolean _has_left_fork,
                  boolean _has_right_fork)

SCS