J-Integra® Espresso Programming Documentation (API)

Any Members

Methods

create_input_stream Creates an input stream from which this Any object's value can be unmarshalled.
create_output_stream Creates an output stream into which this Any object's value can be marshalled.
equal Checks for equality between this Any object and the given Any object.
extract_any Extracts the Any object in this Any object's value field.
extract_boolean Extracts the boolean in this Any object's value field.
extract_char Extracts the char in this Any object's value field.
extract_double Extracts the double in this Any object's value field.
extract_float Extracts the float in this Any object's value field.
extract_long Extracts the long in this Any object's value field.
extract_longdouble Extracts the longdouble in this Any object's value field.
extract_longlong Extracts the longlong in this Any object's value field.
extract_Object Extracts the Ics.CORBA.Object in this Any object's value field.
extract_octet Extracts the octet in this Any object's value field.
extract_short Extracts the short in this Any object's value field.
extract_string Extracts the string in this Any object's value field.
extract_TypeCode Extracts the Ics.CORBA.TypeCode in this Any object's value field.
extract_ulong Extracts the ulong in this Any object's value field.
extract_ulonglong Extracts the ulonglong in this Any object's value field.
extract_ushort Extracts the ushort in this Any object's value field.
extract_wchar Extracts the wchar in this Any object's value field.
extract_wstring Extracts the wstring in this Any object's value field.
insert_any Inserts the given Any object into this Any object's value field.
insert_boolean Inserts the given boolean into this Any object's value field.
insert_char Inserts the given char into this Any object's value field.
insert_double Inserts the given double into this Any object's value field.
insert_float Inserts the given float into this Any object's value field.
insert_long Inserts the given long into this Any object's value field.
insert_longdouble Inserts the given longdouble into this Any object's value field.
insert_longlong Inserts the given longlong into this Any object's value field.
insert_Object Inserts the given Ics.CORBA.Object into this Any object's value field.
insert_octet Inserts the given octet into this Any object's value field.
insert_short Inserts the given short into this Any object's value field.
insert_string Inserts the given string into this Any object's value field.
insert_TypeCode Inserts the given Ics.CORBA.TypeCode into this Any object's value field.
insert_ulong Inserts the given ulong into this Any object's value field.
insert_ulonglong Inserts the given ulonglong into this Any object's value field.
insert_ushort Inserts the given ushort into this Any object's value field.
insert_wchar Inserts the given wchar into this Any object's value field.
insert_wstring Inserts the given wstring into this Any object's value field.
read_value Reads off (unmarshals) the value of an Any object from the given input stream using the given typecode.
type Returns/sets type information for this Any. object.
write_value Writes out the value of this Any object to the given output stream. object.

See Also

Any Interface | Ics Namespace