Uses of Class
org.omg.CORBA.BAD_PARAM

Packages that use BAD_PARAM
org.jacorb.events   
org.jacorb.orb   
org.omg.CORBA   
 

Uses of BAD_PARAM in org.jacorb.events
 

Methods in org.jacorb.events that throw BAD_PARAM
 void ProxyPushSupplierImpl.connect_push_consumer(PushConsumer pushConsumer)
          fuers ProxyPushSupplier Interface.
 

Uses of BAD_PARAM in org.jacorb.orb
 

Methods in org.jacorb.orb that throw BAD_PARAM
 Object ORB.get_value_def(java.lang.String repid)
          always return a ValueDef or throw BAD_PARAM if not repid of a value
 

Uses of BAD_PARAM in org.omg.CORBA
 

Methods in org.omg.CORBA that return BAD_PARAM
static BAD_PARAM BAD_PARAMHelper.extract(Any any)
           
static BAD_PARAM BAD_PARAMHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type BAD_PARAM
static void BAD_PARAMHelper.insert(Any any, BAD_PARAM s)
           
static void BAD_PARAMHelper.write(OutputStream out, BAD_PARAM s)
           
 

Methods in org.omg.CORBA that throw BAD_PARAM
static SetOverrideType SetOverrideType.from_int(int val)