001 package org.omg.IIOP;
002
003
004 /**
005 * org/omg/IIOP/ProfileBody_1_0.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_0 implements org.omg.CORBA.portable.IDLEntity
012 {
013
014 // renamed from ProfileBody
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 public ProfileBody_1_0 ()
021 {
022 } // ctor
023
024 public ProfileBody_1_0 (org.omg.IIOP.Version _iiop_version, String _host, short _port, byte[] _object_key)
025 {
026 iiop_version = _iiop_version;
027 host = _host;
028 port = _port;
029 object_key = _object_key;
030 } // ctor
031
032 } // class ProfileBody_1_0