KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > gcc > org > omg > IIOP > ProfileBody_1_0


1 package gcc.org.omg.IIOP;
2
3
4 /**
5 * gcc/org/omg/IIOP/ProfileBody_1_0.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from ../idl/IIOP.idl
8 * Wednesday, December 8, 2004 11:54:42 AM EST
9 */

10
11 public final class ProfileBody_1_0 implements org.omg.CORBA.portable.IDLEntity JavaDoc
12 {
13
14   // renamed from ProfileBody
15
public gcc.org.omg.IIOP.Version iiop_version = null;
16   public String JavaDoc host = null;
17   public short port = (short)0;
18   public byte object_key[] = null;
19
20   public ProfileBody_1_0 ()
21   {
22   } // ctor
23

24   public ProfileBody_1_0 (gcc.org.omg.IIOP.Version _iiop_version, String JavaDoc _host, short _port, byte[] _object_key)
25   {
26     iiop_version = _iiop_version;
27     host = _host;
28     port = _port;
29     object_key = _object_key;
30   } // ctor
31

32 } // class ProfileBody_1_0
33
Popular Tags