JavaTM Platform
Standard Ed. 6

クラス
org.omg.PortableInterceptor.ForwardRequest の使用

ForwardRequest を使用しているパッケージ
org.omg.PortableInterceptor ORB サービスが ORB の通常の実行フローを遮断できるようにするための ORB フックを登録する機構を提供します。 
 

org.omg.PortableInterceptor での ForwardRequest の使用
 

ForwardRequest を返す org.omg.PortableInterceptor のメソッド
static ForwardRequest ForwardRequestHelper.extract(Any a)
           
static ForwardRequest ForwardRequestHelper.read(InputStream istream)
           
 

ForwardRequest 型のパラメータを持つ org.omg.PortableInterceptor のメソッド
static void ForwardRequestHelper.insert(Any a, ForwardRequest that)
           
static void ForwardRequestHelper.write(OutputStream ostream, ForwardRequest value)
           
 

ForwardRequest をスローする org.omg.PortableInterceptor のメソッド
 void ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
          例外が発生したことをインタセプタに通知します。
 void ClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri)
          要求によって通常の応答または例外以外のものが返されたときに、インタセプタが利用可能な情報を照会できるようにします。
 void ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
          インタセプタでサービスコンテキスト情報を処理できるようにします。
 void ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
          オペレーションパラメータなどのすべての情報が使用できるようになったあとで、インタセプタが要求情報を照会できるようにします。
 void ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
          例外がクライアントにスローされる前に、インタセプタが例外情報を照会したり、応答サービスコンテキストを変更したりできるようにします。
 void ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
          要求によって通常の応答または例外以外のものが返されたときに、インタセプタが利用可能な情報を照会できるようにします。
 void ClientRequestInterceptorOperations.send_request(ClientRequestInfo ri)
          要求がサーバーに送信される前に、インタセプタが要求情報を照会したり、サービスコンテキストを変更したりできるようにします。
 


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 も参照してください。