package org.omg.PortableInterceptor; /** * org/omg/PortableInterceptor/ORBInitInfo.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl * Wednesday, June 14, 2006 5:09:58 AM GMT */ /** * Passed to each ORBInitializer, allowing it to * to register interceptors and perform other duties while the ORB is * initializing. *

* The ORBInitInfo object is only valid during * ORB.init. If a service keeps a reference to its * ORBInitInfo object and tries to use it after * ORB.init returns, the object no longer exists and an * OBJECT_NOT_EXIST exception shall be thrown. * * @see ORBInitializer */ public interface ORBInitInfo extends ORBInitInfoOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface ORBInitInfo