Java Platform 1.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 DynAny.insert_boolean(boolean value)
           
 void DynAny.insert_octet(byte value)
           
 void DynAny.insert_char(char value)
           
 void DynAny.insert_short(short value)
           
 void DynAny.insert_ushort(short value)
           
 void DynAny.insert_long(int value)
           
 void DynAny.insert_ulong(int value)
           
 void DynAny.insert_float(float value)
           
 void DynAny.insert_double(double value)
           
 void DynAny.insert_string(String value)
           
 void DynAny.insert_reference(Object value)
           
 void DynAny.insert_typecode(TypeCode value)
           
 void DynAny.insert_longlong(long value)
           
 void DynAny.insert_ulonglong(long value)
           
 void DynAny.insert_wchar(char value)
           
 void DynAny.insert_wstring(String value)
           
 void DynAny.insert_any(Any value)
           
 void DynAny.insert_val(Serializable value)
           
 void DynFixed.set_value(byte[] val)
          Set the value of the fixed type instance into this DynFixed.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.