KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.PortableInterceptor;
2
3
4 /**
5 * org/omg/PortableInterceptor/IORInterceptor.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    * Interceptor used to establish tagged components in the profiles within
14    * an IOR.
15    * <p>
16    * In some cases, a portable ORB service implementation may need to add
17    * information describing the server's or object's ORB service related
18    * capabilities to object references in order to enable the ORB service
19    * implementation in the client to function properly.
20    * <p>
21    * This is supported through the <code>IORInterceptor</code> and
22    * <code>IORInfo</code> interfaces.
23    *
24    * @see IORInfo
25    */

26 public interface IORInterceptor extends IORInterceptorOperations JavaDoc, org.omg.PortableInterceptor.Interceptor JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
27 {
28 } // interface IORInterceptor
29
Popular Tags