001 package org.omg.IIOP;
002
003
004 /**
005 * org/omg/IIOP/ProfileBody_1_1.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/IIOP.idl
008 * Saturday, November 26, 2011 9:53:36 PM UTC
009 */
010
011 public final class ProfileBody_1_1 implements org.omg.CORBA.portable.IDLEntity
012 {
013
014 // also used for 1.2
015 public org.omg.IIOP.Version iiop_version = null;
016 public String host = null;
017 public short port = (short)0;
018 public byte object_key[] = null;
019
020 // Added in 1.1 unchanged for 1.2
021 public org.omg.IOP.TaggedComponent components[] = null;
022
023 public ProfileBody_1_1 ()
024 {
025 } // ctor
026
027 public ProfileBody_1_1 (org.omg.IIOP.Version _iiop_version, String _host, short _port, byte[] _object_key, org.omg.IOP.TaggedComponent[] _components)
028 {
029 iiop_version = _iiop_version;
030 host = _host;
031 port = _port;
032 object_key = _object_key;
033 components = _components;
034 } // ctor
035
036 } // class ProfileBody_1_1