SCS

Uses of Interface
scs.demos.philosopher.Fork

Packages that use Fork
scs.demos.philosopher   
 

Uses of Fork in scs.demos.philosopher
 

Classes in scs.demos.philosopher that implement Fork
 class _ForkStub
          scs/demos/philosopher/_ForkStub.java .
 

Fields in scs.demos.philosopher declared as Fork
 Fork ForkHolder.value
           
 

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

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

Constructors in scs.demos.philosopher with parameters of type Fork
ForkHolder(Fork initialValue)
           
 


SCS