001 package org.omg.GIOP; 002 003 004 /** 005 * org/omg/GIOP/IORAddressingInfo.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/GIOP.idl 008 * Monday, June 18, 2012 10:36:15 AM CEST 009 */ 010 011 public final class IORAddressingInfo implements org.omg.CORBA.portable.IDLEntity 012 { 013 public int selected_profile_index = (int)0; 014 public org.omg.IOP.IOR ior = null; 015 016 public IORAddressingInfo () 017 { 018 } // ctor 019 020 public IORAddressingInfo (int _selected_profile_index, org.omg.IOP.IOR _ior) 021 { 022 selected_profile_index = _selected_profile_index; 023 ior = _ior; 024 } // ctor 025 026 } // class IORAddressingInfo