KickJava   Java API By Example, From Geeks To Geeks.

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


1 package gcc.org.omg.IIOP;
2
3
4 /**
5 * gcc/org/omg/IIOP/ProfileBody_1_1.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_1 implements org.omg.CORBA.portable.IDLEntity JavaDoc
12 {
13
14   // also used for 1.2
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   // Added in 1.1 unchanged for 1.2
21
public gcc.org.omg.IOP.TaggedComponent components[] = null;
22
23   public ProfileBody_1_1 ()
24   {
25   } // ctor
26

27   public ProfileBody_1_1 (gcc.org.omg.IIOP.Version _iiop_version, String JavaDoc _host, short _port, byte[] _object_key, gcc.org.omg.IOP.TaggedComponent[] _components)
28   {
29     iiop_version = _iiop_version;
30     host = _host;
31     port = _port;
32     object_key = _object_key;
33     components = _components;
34   } // ctor
35

36 } // class ProfileBody_1_1
37
Popular Tags