KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > PortableActivationIDL > IIOP_CLEAR_TEXT


1 package com.sun.corba.se.PortableActivationIDL;
2
3
4 /**
5 * com/sun/corba/se/PortableActivationIDL/IIOP_CLEAR_TEXT.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
8 * Saturday, February 9, 2008 2:04:41 AM PST
9 */

10
11 public interface IIOP_CLEAR_TEXT
12 {
13
14   /** Possible values for endpointType argument on Server.getEndpoint()
15     * If you change the value of this constant then update
16     * core.EndPoint accordingly. It has a duplicate definition
17     * to avoid a compilation dependency.
18     */

19   public static final String JavaDoc value = "IIOP_CLEAR_TEXT";
20 }
21
Popular Tags