SCS

Uses of Interface
scs.demos.philosopher.PhilosopherOperations

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

Uses of PhilosopherOperations in scs.demos.philosopher
 

Subinterfaces of PhilosopherOperations in scs.demos.philosopher
 interface Philosopher
          scs/demos/philosopher/Philosopher.java .
 

Classes in scs.demos.philosopher that implement PhilosopherOperations
 class _PhilosopherStub
          scs/demos/philosopher/_PhilosopherStub.java .
 class PhilosopherPOA
          scs/demos/philosopher/PhilosopherPOA.java .
 class PhilosopherPOATie
          scs/demos/philosopher/PhilosopherPOATie.java .
 

Methods in scs.demos.philosopher that return PhilosopherOperations
 PhilosopherOperations PhilosopherPOATie._delegate()
           
 

Methods in scs.demos.philosopher with parameters of type PhilosopherOperations
 void PhilosopherPOATie._delegate(PhilosopherOperations delegate)
           
 

Constructors in scs.demos.philosopher with parameters of type PhilosopherOperations
PhilosopherPOATie(PhilosopherOperations delegate)
           
PhilosopherPOATie(PhilosopherOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of PhilosopherOperations in scs.demos.philosopher.servant
 

Classes in scs.demos.philosopher.servant that implement PhilosopherOperations
 class PhilosopherServant
           
 


SCS