SCS

Uses of Class
scs.core.AlreadyConnected

Packages that use AlreadyConnected
scs.core   
scs.core.servant   
 

Uses of AlreadyConnected in scs.core
 

Fields in scs.core declared as AlreadyConnected
 AlreadyConnected AlreadyConnectedHolder.value
           
 

Methods in scs.core that return AlreadyConnected
static AlreadyConnected AlreadyConnectedHelper.extract(org.omg.CORBA.Any a)
           
static AlreadyConnected AlreadyConnectedHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Methods in scs.core that throw AlreadyConnected
 int IReceptaclesPOATie.connect(java.lang.String receptacle, org.omg.CORBA.Object obj)
           
 int _IReceptaclesStub.connect(java.lang.String receptacle, org.omg.CORBA.Object obj)
           
 int IReceptaclesOperations.connect(java.lang.String receptacle, org.omg.CORBA.Object obj)
           
 

Constructors in scs.core with parameters of type AlreadyConnected
AlreadyConnectedHolder(AlreadyConnected initialValue)
           
 

Uses of AlreadyConnected in scs.core.servant
 

Methods in scs.core.servant that throw AlreadyConnected
 int Receptacle.addConnection(int id, org.omg.CORBA.Object obj)
           
 int IReceptaclesServant.connect(java.lang.String receptacle, org.omg.CORBA.Object obj)
           
 


SCS