1 package org.omg.PortableInterceptor; 2 3 4 /** 5 * org/omg/PortableInterceptor/IORInfo.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl 8 * Saturday, February 9, 2008 9:40:08 AM GMT 9 */ 10 11 12 /** 13 * Provides the server-side ORB service with access to the applicable 14 * policies during IOR construction and the ability to add components. 15 * The ORB passes an instance of its implementation of this interface as 16 * a parameter to <code>IORInterceptor.establish_components</code>. 17 * 18 * @see IORInterceptor 19 */ 20 public interface IORInfo extends IORInfoOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 21 { 22 } // interface IORInfo 23