public interface IORInterceptor_3_0Operations extends IORInterceptorOperations
Modifier and Type | Method and Description |
---|---|
void |
adapter_manager_state_changed(int id, short state)
调用适配器管理器的状态时更改的状态。
|
void |
adapter_state_changed(ObjectReferenceTemplate[] templates, short state)
当一个对象适配器的状态发生更改时调用,并且状态更改不是由适配器管理器引起的。
|
void |
components_established(IORInfo info)
的components_established方法被调用所有注册iorinterceptor_3_0实例后establish_components已对所有已注册的iorinterceptor实例调用。
|
establish_components
destroy, name
void components_established(IORInfo info)
从这个方法中抛出的任何异常都是由被称为该拦截的对象适配器来处理的。在早熟的情况下,一个异常的结果在一个OMG标准小代码6 obj_adapter例外。
info
为对象适配器创建的iorinfo。
void adapter_manager_state_changed(int id, short state)
adapter_manager_state_changed
报道,它不是通过
adapter_state_changed
报道。
id
-适配器的经理改变状态的适配器标识符
state
-适配器的经理的新状态
void adapter_state_changed(ObjectReferenceTemplate[] templates, short state)
IORInterceptor_3_0
实例。
templates
-序列的
ObjectReferenceTemplate
实例上这种状态发生变化。
state
-所有的模板共享的新
AdapterState
。
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.