org.omg.PortableInterceptor
public interface IORInterceptor_3_0Operations extends IORInterceptorOperations
Since: 1.5
Method Summary | |
---|---|
void | adapter_manager_state_changed(int adapterManagerId, short adapterState)
This method is invoked on all registered IORInterceptor_3_0 instances when
the state of the adapter manager changes.
|
void | adapter_state_changed(ObjectReferenceTemplate[] adapters, short adaptersState)
Notifies the interceptor about the adapter state changes that are unrelated
to adapter manager state changes. |
void | components_established(IORInfo info)
This metod is invoked after the
{@link IORInterceptorOperations#establish_components} have been called on
all registered interceptor instances. |
Parameters: adapterManagerId the Id of the adapter manager that has changed the state. The same value is returned by {@link IORInfoOperations#manager_id()}. adapterState the new state of the adapter manager, one of the {@link HOLDING#value}, {@link DISCARDING#value}, {@link INACTIVE#value} or {@link NON_EXISTENT#value}.
Parameters: adapters identifies the object adapters that have changed they state. adaptersState the new state of the adapters, one of the {@link HOLDING#value}, {@link DISCARDING#value}, {@link INACTIVE#value} or {@link NON_EXISTENT#value}.