软件包 | 描述 |
---|---|
org.omg.PortableInterceptor |
提供了一种机制,通过该服务登记ORB钩子可以截获球的ORB执行的正常流动。
|
org.omg.PortableInterceptor.ORBInitInfoPackage |
这个包中包含的
PortableInterceptor模块在OMG的拦截机制的规范、规定
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06的
ORBInitInfo本地接口的例外和typedef,部分21.7.2。
|
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoOperations.add_client_request_interceptor(ClientRequestInterceptor interceptor)
用于添加一个客户端请求的客户端请求拦截器拦截列表。
|
void |
ORBInitInfoOperations.add_ior_interceptor(IORInterceptor interceptor)
用于添加一个IOR拦截器的IOR拦截器列表。
|
void |
ORBInitInfoOperations.add_server_request_interceptor(ServerRequestInterceptor interceptor)
用于添加一个服务器端的请求,服务器端请求拦截器拦截列表。
|
Modifier and Type | Method and Description |
---|---|
static DuplicateName |
DuplicateNameHelper.extract(Any a) |
static DuplicateName |
DuplicateNameHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
DuplicateNameHelper.insert(Any a, DuplicateName that) |
static void |
DuplicateNameHelper.write(OutputStream ostream, DuplicateName value) |
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.