软件包 | 描述 |
---|---|
org.omg.PortableInterceptor |
提供了一种机制,通过该服务登记ORB钩子可以截获球的ORB执行的正常流动。
|
Modifier and Type | Method and Description |
---|---|
void |
ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
允许拦截者处理服务上下文信息。
|
void |
ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
允许拦截者在所有的信息,包括操作参数后,查询请求信息,都是可用的。
|
void |
ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
允许一个拦截者查询异常信息,并在向客户端抛出异常之前修改答复服务上下文。
|
void |
ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
允许一个拦截者在一个请求结果以外的其他正常的答复或异常时查询可用的信息。
|
void |
ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri)
允许一个拦截器查询答复信息,并在目标操作被调用后修改答复服务上下文,并在答复返回给客户端之前修改答复服务上下文。
|
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.