KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.IOP;
2
3
4 /**
5 * org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.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_ALTERNATE_IIOP_ADDRESS
12 {
13
14   /**
15      * In cases where the same object key is used for more than one
16      * internet location, the following standard IOR Component is defined
17      * for support in IIOP version 1.2.
18      * <p>
19      * The <code>TAG_ALTERNATE_IIOP_ADDRESS</code> component has an
20      * associated value of type:
21      * <code>
22      * <pre>
23      * struct {
24      * string HostID,
25      * short Port
26      * };
27      * </pre>
28      * </code>
29      * encoded as a CDR encapsulation.
30      * <p>
31      * Zero or more instances of the <code>TAG_ALTERNATE_IIOP_ADDRESS</code>
32      * component type may be included in a version 1.2
33      * <code>TAG_INTERNET_IOP</code> Profile. Each of these alternative
34      * addresses may be used by the client orb, in addition to the host
35      * and port address expressed in the body of the Profile. In cases
36      * where one or more <code>TAG_ALTERNATE_IIOP_ADDRESS</code> components
37      * are present in a <code>TAG_INTERNET_IOP</code> Profile, no order of
38      * use is prescribed by Version 1.2 of IIOP.
39      */

40   public static final int value = (int)(3L);
41 }
42
Popular Tags