1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/ORBInitInfo.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Monday, February 23, 2004 7:03:06 AM GMT
  7. */
  8. /**
  9. * Passed to each <code>ORBInitializer</code>, allowing it to
  10. * to register interceptors and perform other duties while the ORB is
  11. * initializing.
  12. * <p>
  13. * The <code>ORBInitInfo</code> object is only valid during
  14. * <code>ORB.init</code>. If a service keeps a reference to its
  15. * <code>ORBInitInfo</code> object and tries to use it after
  16. * <code>ORB.init</code> returns, the object no longer exists and an
  17. * <code>OBJECT_NOT_EXIST</code> exception shall be thrown.
  18. *
  19. * @see ORBInitializer
  20. */
  21. public interface ORBInitInfo extends ORBInitInfoOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  22. {
  23. } // interface ORBInitInfo