SCS

Uses of Interface
scs.demos.pingpong.PingPong

Packages that use PingPong
scs.demos.pingpong   
 

Uses of PingPong in scs.demos.pingpong
 

Classes in scs.demos.pingpong that implement PingPong
 class _PingPongStub
          scs/demos/pingpong/_PingPongStub.java .
 

Fields in scs.demos.pingpong declared as PingPong
 PingPong PingPongHolder.value
           
 

Methods in scs.demos.pingpong that return PingPong
 PingPong PingPongPOA._this()
           
 PingPong PingPongPOA._this(org.omg.CORBA.ORB orb)
           
static PingPong PingPongHelper.extract(org.omg.CORBA.Any a)
           
static PingPong PingPongHelper.narrow(org.omg.CORBA.Object obj)
           
static PingPong PingPongHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PingPong PingPongHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

Constructors in scs.demos.pingpong with parameters of type PingPong
PingPongHolder(PingPong initialValue)
           
 


SCS