org.omg.CORBA_2_3
クラス ORB

java.lang.Object
  |
  +--org.omg.CORBA.ORB
        |
        +--org.omg.CORBA_2_3.ORB

public abstract class ORB
extends ORB


コンストラクタの概要
ORB()
           
 
メソッドの概要
 Object get_value_def(java.lang.String repid)
          指定されたリポジトリIDに対応するvaluetypeのリポジトリ・オブジェクトを取得します。
 ValueFactory lookup_value_factory(java.lang.String id)
          指定されたリポジトリIDに対応するValueFactoryを検索します。
 ValueFactory register_value_factory(java.lang.String id, ValueFactory factory)
          ValueFactoryを指定されたリポジトリIDに対応するファクトリとして登録します。
 void set_delegate(java.lang.Object wrapper)
          指定されたオブジェクトにObject Broker Java固有のCORBAオブジェクトの実装を設定します。
 void unregister_value_factory(java.lang.String id)
          指定されたリポジトリIDに対応するValueFactoryの登録を解除します。
 
クラス 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_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, shutdown, string_to_object, work_pending
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ORB

public ORB()
メソッドの詳細

get_value_def

public Object get_value_def(java.lang.String repid)
指定されたリポジトリIDに対応するvaluetypeのリポジトリ・オブジェクトを取得します。
パラメータ:
repid - リポジトリID
戻り値:
リポジトリIDに対応するvaluetypeのリポジトリ・オブジェクト

register_value_factory

public ValueFactory register_value_factory(java.lang.String id,
                                           ValueFactory factory)
ValueFactoryを指定されたリポジトリIDに対応するファクトリとして登録します。
パラメータ:
id - リポジトリID
factory - ValueFactory
戻り値:
それまでに登録されていたValueFactory (登録されていないときはnull)

unregister_value_factory

public void unregister_value_factory(java.lang.String id)
指定されたリポジトリIDに対応するValueFactoryの登録を解除します。
パラメータ:
id - リポジトリID

lookup_value_factory

public ValueFactory lookup_value_factory(java.lang.String id)
指定されたリポジトリIDに対応するValueFactoryを検索します。
パラメータ:
id - リポジトリID
戻り値:
登録済みのValueFactory

set_delegate

public void set_delegate(java.lang.Object wrapper)
指定されたオブジェクトにObject Broker Java固有のCORBAオブジェクトの実装を設定します。 org.omg.PortableServer.Servantクラスのインスタンスに対する実装の設定をサポートします。
パラメータ:
wrapper - 固有の実装を設定するオブジェクト