This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


org.omg.PortableInterceptor
interface IORInterceptor_3_0Operations

All Superinterfaces:
IORInterceptorOperations, InterceptorOperations

public interface IORInterceptor_3_0Operations
extends IORInterceptorOperations

org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl Tuesday, June 10, 2008 1:33:21 AM GMT-08:00


Method Summary
 void
adapter_manager_state_changed(int id, short state)

          Called whenever the state of an adapter manager changes.
 void

          Called whenever the state of an object adapter changes, and the state change is not caused by an adapter manager.
 void

          The components_established method is invoked on all registered IORInterceptor_3_0 instances after establish_components has been invoked on all registered IORInterceptor instances.
 
Methods inherited from class org.omg.PortableInterceptor.IORInterceptorOperations
establish_components
 
Methods inherited from class org.omg.PortableInterceptor.InterceptorOperations
destroy, name
 

Method Detail

adapter_manager_state_changed

public void adapter_manager_state_changed(int id,
                                          short state)
Called whenever the state of an adapter manager changes. For the POA, that is the POAManager. If the state change is reported through adapter_manager_state_changed, it is not reported through adapter_state_changed.

Parameters:
id - the adapter manager id of the adapter manager that changed state
state - the new state of the adapter manager

adapter_state_changed

public void adapter_state_changed(ObjectReferenceTemplate[] templates,
                                  short state)
Called whenever the state of an object adapter changes, and the state change is not caused by an adapter manager. Such changes are reported to all registered IORInterceptor_3_0 instances.

Parameters:
templates - the sequence of ObjectReferenceTemplate instances on which this state change occurred.
state - the new AdapterState shared by all of the templates.

components_established

public void components_established(IORInfo info)
The components_established method is invoked on all registered IORInterceptor_3_0 instances after establish_components has been invoked on all registered IORInterceptor instances. The adapter_template is available in info during this call. The current_factory may be get or set in info during this call.

Any exception thrown from this method is handled by the Object Adapter that called this interceptor. In the case of the POA, an exception results in a OBJ_ADAPTER exception with an OMG standard minor code of 6.

Parameters:
info - The IORInfo for the object adapter being created.


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.