JavaTM Platform
Standard Ed. 6

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

すべてのスーパーインタフェース:
IDLEntity, Object, RequestInfoOperations, Serializable
既知のサブインタフェースの一覧:
ClientRequestInfo, ServerRequestInfo

public interface RequestInfo
extends RequestInfoOperations, Object, IDLEntity

インタセプタがアクセスできる要求情報です。

各遮断点には、インタセプタが要求情報にアクセスするためのオブジェクトが用意されています。クライアント側とサーバー側の遮断点は別々の情報に関係しているため、2 つの情報オブジェクトが用意されています。つまり、ClientRequestInfo はクライアント側の遮断点に渡され、ServerRequestInfo はサーバー側の遮断点に渡されます。ただし、両方に共通している情報があるため、どちらのオブジェクトも共通インタフェース RequestInfo を継承します。

関連項目:
ClientRequestInfo, ServerRequestInfo

メソッドの概要
 
インタフェース org.omg.PortableInterceptor.RequestInfoOperations から継承されたメソッド
arguments, contexts, exceptions, forward_reference, get_reply_service_context, get_request_service_context, get_slot, operation_context, operation, reply_status, request_id, response_expected, result, sync_scope
 
インタフェース 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 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。