Uses of Interface
org.omg.PortableInterceptor.ClientRequestInfo
-
Packages that use ClientRequestInfo 软件包 描述 org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of ClientRequestInfo in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInfo Modifier and Type 方法 描述 void
ClientRequestInterceptorOperations. receive_exception(ClientRequestInfo ri)
向拦截器指示发生异常。void
ClientRequestInterceptorOperations. receive_other(ClientRequestInfo ri)
允许拦截器在请求导致除了正常回复或异常之外的其他内容时查询可用的信息。void
ClientRequestInterceptorOperations. receive_reply(ClientRequestInfo ri)
允许拦截器在从服务器返回并在将控制权返回给客户端之前查询答复上的信息。void
ClientRequestInterceptorOperations. send_poll(ClientRequestInfo ri)
允许拦截器在时间无关调用(TII)轮询获取回复序列期间查询信息。void
ClientRequestInterceptorOperations. send_request(ClientRequestInfo ri)
允许拦截器在请求发送到服务器之前查询请求信息并修改服务上下文。
-