JavaTM Platform
Standard Ed. 6

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

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

public interface ServerRequestInterceptor
extends ServerRequestInterceptorOperations, Interceptor, IDLEntity

サーバー側の要求インタセプタです。

要求インタセプタは、特定の地点で ORB を介して要求/応答シーケンスの流れを遮断し、サービスが要求情報を照会したり、クライアントとサーバーとの間でやりとりされるサービスコンテキストを操作したりできるよう設計されています。要求インタセプタの主な使用目的は、ORB サービスがクライアントとサーバーとの間でコンテキスト情報を転送できるようにすることです。要求インタセプタには、クライアント側とサーバー側の 2 種類があります。

サーバー側のインタセプタを作成するには、ServerRequestInterceptor インタフェースを実装します。

関連項目:
ServerRequestInfo

メソッドの概要
 
インタフェース org.omg.PortableInterceptor.ServerRequestInterceptorOperations から継承されたメソッド
receive_request_service_contexts, receive_request, send_exception, send_other, send_reply
 
インタフェース org.omg.PortableInterceptor.InterceptorOperations から継承されたメソッド
destroy, name
 
インタフェース 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 も参照してください。