JavaTM 2 Platform
Standard Ed. 6

org.omg.PortableInterceptor
接口 ClientRequestInterceptor

所有超级接口:
ClientRequestInterceptorOperations, IDLEntity, Interceptor, InterceptorOperations, Object, Serializable

public interface ClientRequestInterceptor
extends ClientRequestInterceptorOperations, Interceptor, IDLEntity

客户端 interceptor。

请求 Interceptor 用于通过 ORB 在指定点截取请求/应答序列流,以便服务能够查询请求信息并操作在客户端和服务器之间传播的服务上下文。请求 Interceptor 主要用途是使 ORB 服务能够在客户端和服务器之间传输上下文信息。请求 Interceptor 有两种类型:客户端和服务器端。

编写客户端 Interceptor 需要实现 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only