SCS

Uses of Interface
scs.demos.pingpong.PingPongOperations

Packages that use PingPongOperations
scs.demos.pingpong   
scs.demos.pingpong.servant   
 

Uses of PingPongOperations in scs.demos.pingpong
 

Subinterfaces of PingPongOperations in scs.demos.pingpong
 interface PingPong
          scs/demos/pingpong/PingPong.java .
 

Classes in scs.demos.pingpong that implement PingPongOperations
 class _PingPongStub
          scs/demos/pingpong/_PingPongStub.java .
 class PingPongPOA
          scs/demos/pingpong/PingPongPOA.java .
 class PingPongPOATie
          scs/demos/pingpong/PingPongPOATie.java .
 

Methods in scs.demos.pingpong that return PingPongOperations
 PingPongOperations PingPongPOATie._delegate()
           
 

Methods in scs.demos.pingpong with parameters of type PingPongOperations
 void PingPongPOATie._delegate(PingPongOperations delegate)
           
 

Constructors in scs.demos.pingpong with parameters of type PingPongOperations
PingPongPOATie(PingPongOperations delegate)
           
PingPongPOATie(PingPongOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of PingPongOperations in scs.demos.pingpong.servant
 

Classes in scs.demos.pingpong.servant that implement PingPongOperations
 class PingPongServant
           
 


SCS