|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |