KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.IOP;
2
3
4 /**
5 * org/omg/IOP/RMICustomMaxStreamFormat.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 RMICustomMaxStreamFormat
12 {
13
14   /**
15      * Identifies a CDR encapsulation of the RMICustomMaxStreamFormat
16      * service context which contains a single byte specifying
17      * the client's maximum RMI-IIOP stream format version.
18      *
19      * See Java to IDL ptc/02-01-12 1.4.12.
20      */

21   public static final int value = (int)(17L);
22 }
23
Popular Tags