| 软件包 | 描述 |
|---|---|
| org.omg.PortableServer |
为使您的应用程序跨多厂商的球体便携式服务器端提供的类和接口。
|
| org.omg.PortableServer.POAManagerPackage |
封装了问责制度与它关联的处理状态。
|
| Modifier and Type | Method and Description |
|---|---|
void |
POAManagerOperations.activate()
这种操作变化的POA经理状态活跃,导致相关的问责制度开始处理请求。
|
void |
POAManagerOperations.deactivate(boolean etherealize_objects, boolean wait_for_completion)
这种操作变化的POA经理状态无效,导致相关的问责制度拒绝,还没有开始执行以及任何新的请求的请求。
|
void |
POAManagerOperations.discard_requests(boolean wait_for_completion)
这种操作变化的POA经理国家丢弃。
|
void |
POAManagerOperations.hold_requests(boolean wait_for_completion)
这种操作变化的POA经理国家控股,导致相关的问责制度对请求进行排队。
|
| Modifier and Type | Method and Description |
|---|---|
static AdapterInactive |
AdapterInactiveHelper.extract(Any a) |
static AdapterInactive |
AdapterInactiveHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AdapterInactiveHelper.insert(Any a, AdapterInactive that) |
static void |
AdapterInactiveHelper.write(OutputStream ostream, AdapterInactive 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.