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
* Tuesday, October 8, 2013 5:42:17 AM PDT
*/
/**
* 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