Uses of Class
org.omg.CORBA.DynAnyPackage.InvalidValue
Packages that use InvalidValue
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of InvalidValue in org.omg.CORBA
Methods in org.omg.CORBA that throw InvalidValueModifier and TypeMethodDescriptionvoidDynAny.insert_any(Any value) Deprecated.Inserts the givenorg.omg.CORBA.Anyobject as the value for thisDynAnyobject.voidDynAny.insert_boolean(boolean value) Deprecated.Inserts the givenbooleanas the value for thisDynAnyobject.voidDynAny.insert_char(char value) Deprecated.Inserts the givencharas the value for thisDynAnyobject.voidDynAny.insert_double(double value) Deprecated.Inserts the givendoubleas the value for thisDynAnyobject.voidDynAny.insert_float(float value) Deprecated.Inserts the givenfloatas the value for thisDynAnyobject.voidDynAny.insert_long(int value) Deprecated.Inserts the givenintas the value for thisDynAnyobject.voidDynAny.insert_longlong(long value) Deprecated.Inserts the givenlongas the value for thisDynAnyobject.voidDynAny.insert_octet(byte value) Deprecated.Inserts the givenbyteas the value for thisDynAnyobject.voidDynAny.insert_reference(Object value) Deprecated.Inserts the givenorg.omg.CORBA.Objectas the value for thisDynAnyobject.voidDynAny.insert_short(short value) Deprecated.Inserts the givenshortas the value for thisDynAnyobject.voidDynAny.insert_string(String value) Deprecated.Inserts the givenStringobject as the value for thisDynAnyobject.voidDynAny.insert_typecode(TypeCode value) Deprecated.Inserts the givenorg.omg.CORBA.TypeCodeas the value for thisDynAnyobject.voidDynAny.insert_ulong(int value) Deprecated.Inserts the givenintas the value for thisDynAnyobject.voidDynAny.insert_ulonglong(long value) Deprecated.Inserts the givenlongas the value for thisDynAnyobject.voidDynAny.insert_ushort(short value) Deprecated.Inserts the givenshortas the value for thisDynAnyobject.voidDynAny.insert_val(Serializable value) Deprecated.Inserts the givenjava.io.Serializableobject as the value for thisDynAnyobject.voidDynAny.insert_wchar(char value) Deprecated.Inserts the givencharas the value for thisDynAnyobject.voidDynAny.insert_wstring(String value) Deprecated.Inserts the givenStringas the value for thisDynAnyobject.voidDynFixed.set_value(byte[] val) Deprecated.Sets the given fixed type instance as the value for thisDynFixedobject.