-
- All Superinterfaces:
-
ClientRequestInterceptorOperations
,IDLEntity
,Interceptor
,InterceptorOperations
,Object
,Serializable
public interface ClientRequestInterceptor extends ClientRequestInterceptorOperations, Interceptor, IDLEntity
客户端请求拦截器。请求拦截器旨在通过特定点的ORB截取请求/回复序列的流程,以便服务可以查询请求信息并操纵客户端和服务器之间传播的服务上下文。 请求拦截器的主要用途是使ORB服务能够在客户端和服务器之间传输上下文信息。 请求拦截器有两种类型:客户端和服务器端。
要写一个客户端拦截器,实现
ClientRequestInterceptor
接口。- 另请参见:
-
ClientRequestInfo
-
-
方法摘要
-
Methods inherited from interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
receive_exception, receive_other, receive_reply, send_poll, send_request
-
Methods inherited from interface org.omg.PortableInterceptor.InterceptorOperations
destroy, name
-
Methods inherited from interface 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
-
-