| Package | Description |
|---|---|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM programming language, including the class
ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynAny.insert_any(Any
Deprecated.
Inserts the given
org.omg.CORBA.Any object as the value for this
DynAny object.
|
void |
DynAny.insert_boolean(boolean value)
Deprecated.
Inserts the given
boolean as the value for this
DynAny object.
|
void |
DynAny.insert_char(char value)
Deprecated.
Inserts the given
char as the value for this
DynAny object.
|
void |
DynAny.insert_double(double value)
Deprecated.
Inserts the given
double as the value for this
DynAny object.
|
void |
DynAny.insert_float(float value)
Deprecated.
Inserts the given
float as the value for this
DynAny object.
|
void |
DynAny.insert_long(int value)
Deprecated.
Inserts the given
int as the value for this
DynAny object.
|
void |
DynAny.insert_longlong(long value)
Deprecated.
Inserts the given
long as the value for this
DynAny object.
|
void |
DynAny.insert_octet(byte value)
Deprecated.
Inserts the given
byte as the value for this
DynAny object.
|
void |
DynAny.insert_reference(Object
Deprecated.
Inserts the given
org.omg.CORBA.Object as the value for this
DynAny object.
|
void |
DynAny.insert_short(short value)
Deprecated.
Inserts the given
short as the value for this
DynAny object.
|
void |
DynAny.insert_string(String
Deprecated.
Inserts the given
String object as the value for this
DynAny object.
|
void |
DynAny.insert_typecode(TypeCode
Deprecated.
Inserts the given
org.omg.CORBA.TypeCode as the value for this
DynAny object.
|
void |
DynAny.insert_ulong(int value)
Deprecated.
Inserts the given
int as the value for this
DynAny object.
|
void |
DynAny.insert_ulonglong(long value)
Deprecated.
Inserts the given
long as the value for this
DynAny object.
|
void |
DynAny.insert_ushort(short value)
Deprecated.
Inserts the given
short as the value for this
DynAny object.
|
void |
DynAny.insert_val(Serializable
Deprecated.
Inserts the given
java.io.Serializable object as the value for this
DynAny object.
|
void |
DynAny.insert_wchar(char value)
Deprecated.
Inserts the given
char as the value for this
DynAny object.
|
void |
DynAny.insert_wstring(String
Deprecated.
Inserts the given
String as the value for this
DynAny object.
|
void |
DynFixed.set_value(byte[] val)
Deprecated.
Sets the given fixed type instance as the value for this
DynFixed object.
|