Class IORAddressingInfo

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class IORAddressingInfo
    extends java.lang.Object
    implements IDLEntity
    com/sun/corba/ee/impl/protocol/giopmsgheaders/IORAddressingInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../../../src/share/classes/com/sun/corba/ee/GiopIDL/g.idl Sunday, June 4, 2000 5:18:54 PM PDT
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • selected_profile_index

        public int selected_profile_index
      • ior

        public IOR ior
    • Constructor Detail

      • IORAddressingInfo

        public IORAddressingInfo()
      • IORAddressingInfo

        public IORAddressingInfo​(int _selected_profile_index,
                                 IOR _ior)