| | |
| public | void | connect(Object obj) |
|
| public | TypeCode | create_abstract_interface_tc(String id, String name) |
|
| public abstract | TypeCode | create_alias_tc(String id, String name, TypeCode original_type) |
|
| public abstract | Any | create_any() |
|
| public abstract | TypeCode | create_array_tc(int length, TypeCode element_type) |
|
| public | DynAny | create_basic_dyn_any(TypeCode type) Throws: InconsistentTypeCode |
|
| public abstract | ContextList | create_context_list() |
|
| public | DynAny | create_dyn_any(Any value) |
|
| public | DynArray | create_dyn_array(TypeCode type) Throws: InconsistentTypeCode |
|
| public | DynEnum | create_dyn_enum(TypeCode type) Throws: InconsistentTypeCode |
|
| public | DynSequence | create_dyn_sequence(TypeCode type) Throws: InconsistentTypeCode |
|
| public | DynStruct | create_dyn_struct(TypeCode type) Throws: InconsistentTypeCode |
|
| public | DynUnion | create_dyn_union(TypeCode type) Throws: InconsistentTypeCode |
|
| public abstract | TypeCode | create_enum_tc(String id, String name, String[] members) |
|
| public abstract | Environment | create_environment() |
|
| public abstract | ExceptionList | create_exception_list() |
|
| public abstract | TypeCode | create_exception_tc(String id, String name, StructMember[] members) |
|
| public | TypeCode | create_fixed_tc(short digits, short scale) |
|
| public abstract | TypeCode | create_interface_tc(String id, String name) |
|
| public abstract | NVList | create_list(int count) |
|
| public abstract | NamedValue | create_named_value(String s, Any any, int flags) |
|
| public | TypeCode | create_native_tc(String id, String name) |
|
| public | NVList | create_operation_list(Object oper) |
|
| public abstract | OutputStream | create_output_stream() |
|
| public | Policy | create_policy(int type, Any val) Throws: PolicyError |
|
| public abstract | TypeCode | create_recursive_sequence_tc(int bound, int offset) |
|
| public | TypeCode | create_recursive_tc(String id) |
|
| public abstract | TypeCode | create_sequence_tc(int bound, TypeCode element_type) |
|
| public abstract | TypeCode | create_string_tc(int bound) Throws: BAD_PARAM |
|
| public abstract | TypeCode | create_struct_tc(String id, String name, StructMember[] members) |
|
| public abstract | TypeCode | create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) |
|
| public | TypeCode | create_value_box_tc(String id, String name, TypeCode boxed_type) |
|
| public | TypeCode | create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) |
|
| public abstract | TypeCode | create_wstring_tc(int bound) Throws: BAD_PARAM |
|
| public | void | destroy() Throws: BAD_INV_ORDER |
|
| public | void | disconnect(Object obj) |
|
| public | Current | get_current() |
|
| public abstract | Context | get_default_context() |
|
| public abstract | Request | get_next_response() Throws: WrongTransaction |
|
| public abstract | TypeCode | get_primitive_tc(TCKind tcKind) |
|
| public | boolean | get_service_information(short service_type, ServiceInformationHolder service_info) |
|
| public static | ORB | init() |
|
| public static | ORB | init(Applet app, Properties props) |
|
| public static | ORB | init(String[] args, Properties props) |
|
| public abstract | String[] | list_initial_services() |
|
| public abstract | String | object_to_string(Object obj) |
|
| public | void | perform_work() |
|
| public abstract | boolean | poll_next_response() |
|
| public abstract | Object | resolve_initial_references(String object_name) Throws: InvalidName |
|
| public | void | run() |
|
| public abstract | void | send_multiple_requests_deferred(Request[] req) |
|
| public abstract | void | send_multiple_requests_oneway(Request[] req) |
|
| protected abstract | void | set_parameters(Applet app, Properties props) |
|
| protected abstract | void | set_parameters(String[] args, Properties props) |
|
| public | void | shutdown(boolean wait_for_completion) Throws: BAD_INV_ORDER |
|
| public abstract | Object | string_to_object(String str) |
|
| public | boolean | work_pending() |
|