public interface POAManagerOperations
Modifier and Type | Method and Description |
---|---|
void |
activate()
这种操作变化的POA经理状态活跃,导致相关的问责制度开始处理请求。
|
void |
deactivate(boolean etherealize_objects, boolean wait_for_completion)
这种操作变化的POA经理状态无效,导致相关的问责制度拒绝,还没有开始执行以及任何新的请求的请求。
|
void |
discard_requests(boolean wait_for_completion)
这种操作变化的POA经理国家丢弃。
|
State |
get_state()
该操作返回的POA管理状态。
|
void |
hold_requests(boolean wait_for_completion)
这种操作变化的POA经理国家控股,导致相关的问责制度对请求进行排队。
|
void activate() throws AdapterInactive
AdapterInactive
-如果操作是在静止状态的poamanager调用了。
void hold_requests(boolean wait_for_completion) throws AdapterInactive
wait_for_completion
-如果虚假,立即返回改变后的运行状态。如果是真的,它等待所有主动请求完成。
AdapterInactive
-如果操作是在静止状态的poamanager调用了。
void discard_requests(boolean wait_for_completion) throws AdapterInactive
wait_for_completion
-如果虚假,立即返回改变后的运行状态。如果是真的,它等待所有主动请求完成。
AdapterInactive
-如果操作是在静止状态的poamanager调用了。
void deactivate(boolean etherealize_objects, boolean wait_for_completion) throws AdapterInactive
etherealize_objects
-标志,指示是否实行相关的仆人经理的所有活动对象的气化操作。
wait_for_completion
-如果虚假,立即返回改变后的运行状态。如果是真的,它等待所有主动请求完成。
AdapterInactive
-如果操作是在静止状态的poamanager调用了。
State get_state()
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.