SCS

Uses of Interface
scs.demos.philosopher.Philosopher

Packages that use Philosopher
scs.demos.philosopher   
 

Uses of Philosopher in scs.demos.philosopher
 

Classes in scs.demos.philosopher that implement Philosopher
 class _PhilosopherStub
          scs/demos/philosopher/_PhilosopherStub.java .
 

Fields in scs.demos.philosopher declared as Philosopher
 Philosopher PhilosopherHolder.value
           
 

Methods in scs.demos.philosopher that return Philosopher
 Philosopher PhilosopherPOA._this()
           
 Philosopher PhilosopherPOA._this(org.omg.CORBA.ORB orb)
           
static Philosopher PhilosopherHelper.extract(org.omg.CORBA.Any a)
           
static Philosopher PhilosopherHelper.narrow(org.omg.CORBA.Object obj)
           
static Philosopher PhilosopherHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Philosopher PhilosopherHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

Constructors in scs.demos.philosopher with parameters of type Philosopher
PhilosopherHolder(Philosopher initialValue)
           
 


SCS