Uses of Class
org.omg.PortableInterceptor.ForwardRequest
-
Packages that use ForwardRequest 软件包 描述 org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of ForwardRequest in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return ForwardRequest Modifier and Type 方法 描述 static ForwardRequest
ForwardRequestHelper. extract(Any a)
static ForwardRequest
ForwardRequestHelper. read(InputStream istream)
Methods in org.omg.PortableInterceptor with parameters of type ForwardRequest Modifier and Type 方法 描述 static void
ForwardRequestHelper. insert(Any a, ForwardRequest that)
static void
ForwardRequestHelper. write(OutputStream ostream, ForwardRequest value)
Methods in org.omg.PortableInterceptor that throw ForwardRequest Modifier and Type 方法 描述 void
ClientRequestInterceptorOperations. receive_exception(ClientRequestInfo ri)
向拦截器指示发生异常。void
ClientRequestInterceptorOperations. receive_other(ClientRequestInfo ri)
允许拦截器在请求导致除了正常回复或异常之外的其他内容时查询可用的信息。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
ClientRequestInterceptorOperations. send_request(ClientRequestInfo ri)
允许拦截器在请求发送到服务器之前查询请求信息并修改服务上下文。
-