Uses of Class
org.omg.CORBA.BAD_PARAM
-
Packages that use BAD_PARAM Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB
, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA_2_3 The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6. These changes occurred in recent revisions to the CORBA API defined by the OMG. The new methods were added to interfaces derived from the corresponding interfaces in the CORBA package. This provides backward compatibility and avoids breaking the JCK tests. -
-
Uses of BAD_PARAM in org.omg.CORBA
Methods in org.omg.CORBA that throw BAD_PARAM Modifier and Type Method Description abstract void
Any. insert_Object(Object o, TypeCode t)
Inserts the givenorg.omg.CORBA.Object
object into thisAny
object'svalue
field. -
Uses of BAD_PARAM in org.omg.CORBA_2_3
Methods in org.omg.CORBA_2_3 that throw BAD_PARAM Modifier and Type Method Description Object
ORB. get_value_def(String repid)
-