KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > IOP > TAG_ORB_TYPE


1 package org.omg.IOP;
2
3
4 /**
5 * org/omg/IOP/TAG_ORB_TYPE.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
8 * Saturday, February 9, 2008 9:40:04 AM GMT
9 */

10
11 public interface TAG_ORB_TYPE
12 {
13
14   /**
15      * It is often useful in the real world to be able to identify the
16      * particular kind of ORB an object reference is coming from, to work
17      * around problems with that particular ORB, or exploit shared
18      * efficiencies.
19      * <p>
20      * The <code>TAG_ORB_TYPE</code> component has an associated value of
21      * type unsigned long (Java long), encoded as a CDR encapsulation,
22      * designating an ORB type ID allocated by the OMG for the ORB type of the
23      * originating ORB. Anyone may register any ORB types by submitting
24      * a short (one-paragraph) description of the ORB type to the OMG,
25      * and will receive a new ORB type ID in return. A list of ORB type
26      * descriptions and values will be made available on the OMG web server.
27      * <p>
28      * The <code>TAG_ORB_TYPE</code> component can appear at most once in
29      * any IOR profile. For profiles supporting IIOP 1.1 or greater, it
30      * is optionally present.
31      */

32   public static final int value = (int)(0L);
33 }
34
Popular Tags