org.omg.CORBA_2_3

Class ORB

Known Direct Subclasses:
ORB

public abstract class ORB
extends ORB

This class is specifed by the mapping as abstract. A "dummy" implementation is provided so that the "official" org.omg.* packages may be compiled. ORB-vendors shall provide a complete implementation of the class by extending it with a vendor-specific class which provides "real" implementations for all the methods. E.g. package com.acme_orb_vendor.CORBA_2_3; public class ORB extends org.omg.CORBA_2_3 { ... } In order to be conformant the class shall support the signatures specified here, but will have an orb-specific implementation. The class may support additional vendor specific functionality.

Method Summary

Object
get_value_def(String repid)
ValueFactory
lookup_value_factory(String id)
ValueFactory
register_value_factory(String id, ValueFactory factory)
void
set_delegate(java.lang.Object wrapper)
void
unregister_value_factory(String id)

Methods inherited from class org.omg.CORBA.ORB

connect, create_abstract_interface_tc, create_alias_tc, create_any, create_array_tc, create_context_list, create_enum_tc, create_environment, create_exception_list, create_exception_tc, create_fixed_tc, create_interface_tc, create_list, create_local_interface_tc, create_named_value, create_native_tc, create_operation_list, create_operation_list, create_output_stream, create_policy, create_recursive_sequence_tc, create_recursive_tc, create_sequence_tc, create_string_tc, create_struct_tc, create_union_tc, create_value_box_tc, create_value_tc, create_wstring_tc, destroy, disconnect, get_current, get_default_context, get_next_response, get_primitive_tc, get_service_information, init, init, init, list_initial_services, object_to_string, perform_work, poll_next_response, resolve_initial_references, run, send_multiple_requests_deferred, send_multiple_requests_oneway, set_parameters, set_parameters, shutdown, string_to_object, work_pending

Method Details

get_value_def

public Object get_value_def(String repid)


lookup_value_factory

public ValueFactory lookup_value_factory(String id)


register_value_factory

public ValueFactory register_value_factory(String id,
                                           ValueFactory factory)


set_delegate

public void set_delegate(java.lang.Object wrapper)


unregister_value_factory

public void unregister_value_factory(String id)