软件包 | 描述 |
---|---|
org.omg.PortableInterceptor |
提供了一种机制,通过该服务登记ORB钩子可以截获球的ORB执行的正常流动。
|
Modifier and Type | Method and Description |
---|---|
static ForwardRequest |
ForwardRequestHelper.extract(Any a) |
static ForwardRequest |
ForwardRequestHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ForwardRequestHelper.insert(Any a, ForwardRequest that) |
static void |
ForwardRequestHelper.write(OutputStream ostream, ForwardRequest value) |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
指示一个异常发生的“”“”“”。
|
void |
ClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri)
允许一个拦截者在一个请求结果以外的其他正常的答复或异常时查询可用的信息。
|
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 |
ClientRequestInterceptorOperations.send_request(ClientRequestInfo 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.