KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.IOP;
2
3
4 /**
5 * org/omg/IOP/TAG_JAVA_CODEBASE.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_JAVA_CODEBASE
12 {
13
14   /**
15      * Class downloading is supported for stubs, ties, values, and
16      * value helpers. The specification allows transmission of codebase
17      * information on the wire for stubs and ties, and enables usage of
18      * pre-existing ClassLoaders when relevant.
19      * <p>
20      * For values and value helpers, the codebase is transmitted after the
21      * value tag. For stubs and ties, the codebase is transmitted as
22      * the TaggedComponent <code>TAG_JAVA_CODEBASE</code> in the IOR
23      * profile, where the <code>component_data</code> is a CDR encapsulation
24      * of the codebase written as an IDL string. The codebase is a
25      * space-separated list of one or more URLs.
26      */

27   public static final int value = (int)(25L);
28 }
29
Popular Tags