SCS

Uses of Interface
scs.core.IReceptacles

Packages that use IReceptacles
scs.core   
scs.demos.philosopher.servant   
scs.demos.pingpong.servant   
 

Uses of IReceptacles in scs.core
 

Classes in scs.core that implement IReceptacles
 class _IReceptaclesStub
          scs/core/_IReceptaclesStub.java .
 

Fields in scs.core declared as IReceptacles
 IReceptacles IReceptaclesHolder.value
           
 

Methods in scs.core that return IReceptacles
 IReceptacles IReceptaclesPOA._this()
           
 IReceptacles IReceptaclesPOA._this(org.omg.CORBA.ORB orb)
           
static IReceptacles IReceptaclesHelper.extract(org.omg.CORBA.Any a)
           
static IReceptacles IReceptaclesHelper.narrow(org.omg.CORBA.Object obj)
           
static IReceptacles IReceptaclesHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static IReceptacles IReceptaclesHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.core with parameters of type IReceptacles
static void IReceptaclesHelper.insert(org.omg.CORBA.Any a, IReceptacles that)
           
static void IReceptaclesHelper.write(org.omg.CORBA.portable.OutputStream ostream, IReceptacles value)
           
 

Constructors in scs.core with parameters of type IReceptacles
IReceptaclesHolder(IReceptacles initialValue)
           
 

Uses of IReceptacles in scs.demos.philosopher.servant
 

Fields in scs.demos.philosopher.servant declared as IReceptacles
protected  IReceptacles PhilosopherServant.infoReceptacle
           
protected  IReceptacles PhilosopherServant.leftHand
           
protected  IReceptacles PhilosopherServant.rightHand
           
 

Methods in scs.demos.philosopher.servant that return IReceptacles
 IReceptacles PhilosopherComponent.getInfo()
           
 IReceptacles PhilosopherComponent.getLeftHand()
           
 IReceptacles PhilosopherComponent.getRightHand()
           
 

Uses of IReceptacles in scs.demos.pingpong.servant
 

Methods in scs.demos.pingpong.servant that return IReceptacles
 IReceptacles PingPongComponent.getInfo()
           
 


SCS