所有类
|
|||||||||
接口 org.omg.PortableInterceptor.ServerRequestInfo
的使用
使用 ServerRequestInfo 的软件包 | |
---|---|
org.omg.PortableInterceptor | 提供一个注册 ORB 挂钩 (hook) 的机制,通过这些挂钩 ORB 服务可以截取执行 ORB 的正常流。 |
org.omg.PortableInterceptor 中 ServerRequestInfo 的使用 |
---|
参数类型为 ServerRequestInfo 的 org.omg.PortableInterceptor 中的方法 | |
---|---|
void |
ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri) 允许 interceptor 处理服务上下文信息。 |
void |
ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri) 允许 Interceptor 在所有信息(包括操作参数)可用后查询信息。 |
void |
ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri) 允许 Interceptor 在向客户端抛出异常前查询异常信息并修改应答服务上下文。 |
void |
ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri) 允许 Interceptor 在请求引起了正常应答和异常之外的情况时查询可用信息。 |
void |
ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri) 允许 Interceptor 在已调用目标操作后、向客户端返回应答前查询应答信息并修改应答服务上下文。 |
所有类
|
|||||||||