FileDocCategorySizeDatePackage
IORAddressingInfo.javaAPI DocJava SE 5 API908Fri Aug 26 14:54:32 BST 2005com.sun.corba.se.impl.protocol.giopmsgheaders

IORAddressingInfo

public final class IORAddressingInfo extends Object implements org.omg.CORBA.portable.IDLEntity
com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../../../src/share/classes/com/sun/corba/se/GiopIDL/g.idl Sunday, June 4, 2000 5:18:54 PM PDT

Fields Summary
public int
selected_profile_index
public org.omg.IOP.IOR
ior
Constructors Summary
public IORAddressingInfo()


    
  
  
public IORAddressingInfo(int _selected_profile_index, org.omg.IOP.IOR _ior)

    selected_profile_index = _selected_profile_index;
    ior = _ior;
  
Methods Summary