VisiBroker for Java

org.omg.CORBA_2_3
Class ORB

java.lang.Object
  extended by org.omg.CORBA.ORB
      extended by org.omg.CORBA_2_3.ORB
Direct Known Subclasses:
ORB

public abstract class ORB
extends ORB

Extends the org.omg.CORBA.ORB class to provide support for ValueTypes.


Constructor Summary
ORB()
           
 
Method Summary
 ValueFactory lookup_value_factory(java.lang.String id)
          Looks up the valuetype factory associated with a repository id.
 ValueFactory register_value_factory(java.lang.String id, ValueFactory factory)
          Registers a valuetype factory for a given repository id.
 void set_delegate(java.lang.Object object)
           
 void unregister_value_factory(java.lang.String id)
          Unregisters a previously registered valuetype factory.
 
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_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, 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, shutdown, string_to_object, work_pending
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORB

public ORB()
Method Detail

register_value_factory

public ValueFactory register_value_factory(java.lang.String id,
                                           ValueFactory factory)
Registers a valuetype factory for a given repository id.

Parameters:
id - The repository id of the valuetype.
factory - Valuetype factory to be registered.
Returns:
The existing value factory, null otherwise.

unregister_value_factory

public void unregister_value_factory(java.lang.String id)
Unregisters a previously registered valuetype factory.

Parameters:
id - The repository id of the valuetype. Throws a CORBA::BAD_PARAM with standard minor code 1 if no valuetype factory is found.

lookup_value_factory

public ValueFactory lookup_value_factory(java.lang.String id)
Looks up the valuetype factory associated with a repository id.

Parameters:
id - The repository id of the valuetype.
Returns:
The valuetype factory. Throws a CORBA::BAD_PARAM with standard minor code 1 if no valuetype factory is found.

set_delegate

public void set_delegate(java.lang.Object object)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online