1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/IORInfo.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. * Provides the server-side ORB service with access to the applicable
  10. * policies during IOR construction and the ability to add components.
  11. * The ORB passes an instance of its implementation of this interface as
  12. * a parameter to <code>IORInterceptor.establish_components</code>.
  13. *
  14. * @see IORInterceptor
  15. */
  16. public interface IORInfo extends IORInfoOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  17. {
  18. } // interface IORInfo