KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.IOP;
2
3
4 /**
5 * org/omg/IOP/CodeSets.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 CodeSets
12 {
13
14   /**
15      * Identifies a CDR encapsulation of the
16      * <code>CONV_FRAME.CodeSetContext</code> defined in
17      * Section 13.10.2.5, "GIOP Code Set Service Context," on page 13-43.
18      */

19   public static final int value = (int)(1L);
20 }
21
Popular Tags