KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableInterceptor > IORInfo


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 JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
21 {
22 } // interface IORInfo
23
Popular Tags