JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Class
org.omg.CORBA.DynAnyPackage.InvalidValue

Packages that use InvalidValue
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
 void DynFixed.set_value(byte[] val)
          Sets the given fixed type instance as the value for this DynFixed object.
 void DynAny.insert_boolean(boolean value)
          Inserts the given boolean as the value for this DynAny object.
 void DynAny.insert_octet(byte value)
          Inserts the given byte as the value for this DynAny object.
 void DynAny.insert_char(char value)
          Inserts the given char as the value for this DynAny object.
 void DynAny.insert_short(short value)
          Inserts the given short as the value for this DynAny object.
 void DynAny.insert_ushort(short value)
          Inserts the given short as the value for this DynAny object.
 void DynAny.insert_long(int value)
          Inserts the given int as the value for this DynAny object.
 void DynAny.insert_ulong(int value)
          Inserts the given int as the value for this DynAny object.
 void DynAny.insert_float(float value)
          Inserts the given float as the value for this DynAny object.
 void DynAny.insert_double(double value)
          Inserts the given double as the value for this DynAny object.
 void DynAny.insert_string(String value)
          Inserts the given String object as the value for this DynAny object.
 void DynAny.insert_reference(Object value)
          Inserts the given org.omg.CORBA.Object as the value for this DynAny object.
 void DynAny.insert_typecode(TypeCode value)
          Inserts the given org.omg.CORBA.TypeCode as the value for this DynAny object.
 void DynAny.insert_longlong(long value)
          Inserts the given long as the value for this DynAny object.
 void DynAny.insert_ulonglong(long value)
          Inserts the given long as the value for this DynAny object.
 void DynAny.insert_wchar(char value)
          Inserts the given char as the value for this DynAny object.
 void DynAny.insert_wstring(String value)
          Inserts the given String as the value for this DynAny object.
 void DynAny.insert_any(Any value)
          Inserts the given org.omg.CORBA.Any object as the value for this DynAny object.
 void DynAny.insert_val(Serializable value)
          Inserts the given java.io.Serializable object as the value for this DynAny object.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.