public interface ServerRequestInterceptor extends ServerRequestInterceptorOperations, Interceptor, IDLEntity
请求拦截器旨在拦截一个请求/应答的序列流通过ORB在特定的点,使服务可以查询请求信息和操作进行客户端和服务器之间的服务范围。请求拦截器的主要用途是使ORB服务传输客户端和服务器之间的上下文信息。有两种类型:客户端和服务器端请求拦截器。
写一个服务器端的拦截,实现serverrequestinterceptor接口。
ServerRequestInfo
receive_request_service_contexts, receive_request, send_exception, send_other, send_reply
destroy, name
_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
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.