JavaTM Platform
Standard Ed. 6

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

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

public interface ClientRequestInterceptor
extends ClientRequestInterceptorOperations, Interceptor, IDLEntity

クライアント側の要求インタセプタです。

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

クライアント側のインタセプタを作成するには、ClientRequestInterceptor インタフェースを実装します。

関連項目:
ClientRequestInfo

メソッドの概要
 
インタフェース org.omg.PortableInterceptor.ClientRequestInterceptorOperations から継承されたメソッド
receive_exception, receive_other, receive_reply, send_poll, send_request
 
インタフェース 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 も参照してください。