SCS

Uses of Interface
scs.demos.philosopher.ObserverOperations

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

Uses of ObserverOperations in scs.demos.philosopher
 

Subinterfaces of ObserverOperations in scs.demos.philosopher
 interface Observer
          scs/demos/philosopher/Observer.java .
 

Classes in scs.demos.philosopher that implement ObserverOperations
 class _ObserverStub
          scs/demos/philosopher/_ObserverStub.java .
 class ObserverPOA
          scs/demos/philosopher/ObserverPOA.java .
 class ObserverPOATie
          scs/demos/philosopher/ObserverPOATie.java .
 

Methods in scs.demos.philosopher that return ObserverOperations
 ObserverOperations ObserverPOATie._delegate()
           
 

Methods in scs.demos.philosopher with parameters of type ObserverOperations
 void ObserverPOATie._delegate(ObserverOperations delegate)
           
 

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

Uses of ObserverOperations in scs.demos.philosopher.servant
 

Classes in scs.demos.philosopher.servant that implement ObserverOperations
 class ObserverServant
           
 


SCS