org.jacorb.orb
public final class Any extends Any
| Method Summary | |
|---|---|
| InputStream | create_input_stream() |
| OutputStream | create_output_stream() |
| boolean | equal(Any other) |
| boolean | equals(Object obj) |
| Any | extract_any() |
| boolean | extract_boolean() |
| char | extract_char() |
| double | extract_double() |
| BigDecimal | extract_fixed() |
| float | extract_float() |
| int | extract_long() |
| long | extract_longlong() |
| Object | extract_objref() |
| byte | extract_octet() |
| Object | extract_Object() |
| Principal | extract_Principal() |
| short | extract_short() |
| String | extract_string() |
| Streamable | extract_Streamable() |
| TypeCode | extract_TypeCode() |
| int | extract_ulong() |
| long | extract_ulonglong() |
| short | extract_ushort() |
| Serializable | extract_Value() |
| char | extract_wchar() |
| String | extract_wstring() |
| void | insert_any(Any a) |
| void | insert_boolean(boolean bool)insert_boolean inserts a Boolean into this Any.
|
| void | insert_char(char c) |
| void | insert_double(double d) |
| void | insert_fixed(BigDecimal fixed) |
| void | insert_fixed(BigDecimal fixed, TypeCode type) |
| void | insert_float(float f) |
| void | insert_long(int i) |
| void | insert_longlong(long l) |
| void | insert_object(TypeCode typeCode, Object object)
Convenience method for making a shallow copy of an Any. |
| void | insert_octet(byte b) |
| void | insert_Object(Object obj) |
| void | insert_Object(Object obj, TypeCode type) |
| void | insert_Principal(Principal p) |
| void | insert_short(short s) |
| void | insert_string(String s) |
| void | insert_Streamable(Streamable s) |
| void | insert_TypeCode(TypeCode tc) |
| void | insert_ulong(int i) |
| void | insert_ulonglong(long l) |
| void | insert_ushort(short s) |
| void | insert_void() |
| void | insert_Value(Serializable value) |
| void | insert_Value(Serializable value, TypeCode type) |
| void | insert_wchar(char c) |
| void | insert_wstring(String s) |
| TCKind | kind() |
| TypeCode | originalType() |
| void | read_value(InputStream input, TypeCode type) |
| String | toString() |
| TypeCode | type() |
| void | type(TypeCode type) |
| Object | value() |
| void | write_value(OutputStream output) |
| int | _get_TCKind() |
insert_boolean inserts a Boolean into this Any.
Parameters: bool a boolean value