Uses of Class
org.omg.CORBA.DynAnyPackage.InvalidValue
-
Packages that use InvalidValue Package Description org.omg.CORBA 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 InvalidValue Modifier and Type Method and Description void
DynAny. insert_any(Any value)
Deprecated.Inserts the givenorg.omg.CORBA.Any
object as the value for thisDynAny
object.void
DynAny. insert_boolean(boolean value)
Deprecated.Inserts the givenboolean
as the value for thisDynAny
object.void
DynAny. insert_char(char value)
Deprecated.Inserts the givenchar
as the value for thisDynAny
object.void
DynAny. insert_double(double value)
Deprecated.Inserts the givendouble
as the value for thisDynAny
object.void
DynAny. insert_float(float value)
Deprecated.Inserts the givenfloat
as the value for thisDynAny
object.void
DynAny. insert_long(int value)
Deprecated.Inserts the givenint
as the value for thisDynAny
object.void
DynAny. insert_longlong(long value)
Deprecated.Inserts the givenlong
as the value for thisDynAny
object.void
DynAny. insert_octet(byte value)
Deprecated.Inserts the givenbyte
as the value for thisDynAny
object.void
DynAny. insert_reference(Object value)
Deprecated.Inserts the givenorg.omg.CORBA.Object
as the value for thisDynAny
object.void
DynAny. insert_short(short value)
Deprecated.Inserts the givenshort
as the value for thisDynAny
object.void
DynAny. insert_string(String value)
Deprecated.Inserts the givenString
object as the value for thisDynAny
object.void
DynAny. insert_typecode(TypeCode value)
Deprecated.Inserts the givenorg.omg.CORBA.TypeCode
as the value for thisDynAny
object.void
DynAny. insert_ulong(int value)
Deprecated.Inserts the givenint
as the value for thisDynAny
object.void
DynAny. insert_ulonglong(long value)
Deprecated.Inserts the givenlong
as the value for thisDynAny
object.void
DynAny. insert_ushort(short value)
Deprecated.Inserts the givenshort
as the value for thisDynAny
object.void
DynAny. insert_val(Serializable value)
Deprecated.Inserts the givenjava.io.Serializable
object as the value for thisDynAny
object.void
DynAny. insert_wchar(char value)
Deprecated.Inserts the givenchar
as the value for thisDynAny
object.void
DynAny. insert_wstring(String value)
Deprecated.Inserts the givenString
as the value for thisDynAny
object.void
DynFixed. set_value(byte[] val)
Deprecated.Sets the given fixed type instance as the value for thisDynFixed
object.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.