JavaTM Platform
Standard Ed. 6

org.omg.PortableInterceptor
インタフェース ORBInitInfo

すべてのスーパーインタフェース:
IDLEntity, Object, ORBInitInfoOperations, Serializable

public interface ORBInitInfo
extends ORBInitInfoOperations, Object, IDLEntity

ORBInitializer に渡されて、ORB が初期化しているときにインタセプタを登録したり、ほかの処理を実行したりできるようにします。

ORBInitInfo オブジェクトは、ORB.init の実行中のみ有効です。サービスがその ORBInitInfo オブジェクトへの参照を保管し、ORB.init が復帰したあとでそれを使用しようとすると、そのオブジェクトはもう存在しないため、OBJECT_NOT_EXIST 例外がスローされます。

関連項目:
ORBInitializer

メソッドの概要
 
インタフェース org.omg.PortableInterceptor.ORBInitInfoOperations から継承されたメソッド
add_client_request_interceptor, add_ior_interceptor, add_server_request_interceptor, allocate_slot_id, arguments, codec_factory, orb_id, register_initial_reference, register_policy_factory, resolve_initial_references
 
インタフェース org.omg.CORBA.Object から継承されたメソッド
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。