Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo
-
Packages that use ServerRequestInfo 软件包 描述 org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of ServerRequestInfo in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfo Modifier and Type 方法 描述 void
ServerRequestInterceptorOperations. receive_request(ServerRequestInfo ri)
允许拦截器在所有信息(包括操作参数)可用之后查询请求信息。void
ServerRequestInterceptorOperations. receive_request_service_contexts(ServerRequestInfo ri)
允许拦截器处理服务上下文信息。void
ServerRequestInterceptorOperations. send_exception(ServerRequestInfo ri)
允许拦截器查询异常信息,并在异常抛出到客户端之前修改回复服务上下文。void
ServerRequestInterceptorOperations. send_other(ServerRequestInfo ri)
允许拦截器在请求导致除了正常回复或异常之外的其他内容时查询可用的信息。void
ServerRequestInterceptorOperations. send_reply(ServerRequestInfo ri)
允许拦截器在调用目标操作之后以及在将响应返回给客户端之前查询回复信息并修改回复服务上下文。
-