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 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。