软件包 | 描述 |
---|---|
org.omg.IOP |
此包包含在OMG文件的通用对象请求代理指定的
IOP模块:体系结构和规范,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07,13.6节。
|
org.omg.PortableInterceptor |
提供了一种机制,通过该服务登记ORB钩子可以截获球的ORB执行的正常流动。
|
Modifier and Type | Field and Description |
---|---|
ServiceContext |
ServiceContextHolder.value |
ServiceContext[] |
ServiceContextListHolder.value |
Modifier and Type | Method and Description |
---|---|
static ServiceContext[] |
ServiceContextListHelper.extract(Any a) |
static ServiceContext |
ServiceContextHelper.extract(Any a) |
static ServiceContext[] |
ServiceContextListHelper.read(InputStream istream) |
static ServiceContext |
ServiceContextHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceContextHelper.insert(Any a, ServiceContext that) |
static void |
ServiceContextListHelper.insert(Any a, ServiceContext[] that) |
static void |
ServiceContextHelper.write(OutputStream ostream, ServiceContext value) |
static void |
ServiceContextListHelper.write(OutputStream ostream, ServiceContext[] value) |
Constructor and Description |
---|
ServiceContextHolder(ServiceContext initialValue) |
ServiceContextListHolder(ServiceContext[] initialValue) |
Modifier and Type | Method and Description |
---|---|
ServiceContext |
RequestInfoOperations.get_reply_service_context(int id)
返回与答复相关联的给定的服务上下文的副本。
|
ServiceContext |
RequestInfoOperations.get_request_service_context(int id)
返回与请求关联的服务上下文的副本。
|
Modifier and Type | Method and Description |
---|---|
void |
ServerRequestInfoOperations.add_reply_service_context(ServiceContext service_context, boolean replace)
允许拦截器添加服务上下文的要求。
|
void |
ClientRequestInfoOperations.add_request_service_context(ServiceContext service_context, boolean replace)
允许拦截器添加服务上下文的要求。
|
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.