SCS

Uses of Class
scs.core.ExceededConnectionLimit

Packages that use ExceededConnectionLimit
scs.core   
scs.core.servant   
 

Uses of ExceededConnectionLimit in scs.core
 

Fields in scs.core declared as ExceededConnectionLimit
 ExceededConnectionLimit ExceededConnectionLimitHolder.value
           
 

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

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

Methods in scs.core that throw ExceededConnectionLimit
 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 ExceededConnectionLimit
ExceededConnectionLimitHolder(ExceededConnectionLimit initialValue)
           
 

Uses of ExceededConnectionLimit in scs.core.servant
 

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


SCS