org.omg.GIOP
Class IORAddressingInfo

java.lang.Object
  |
  +--org.omg.GIOP.IORAddressingInfo
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class IORAddressingInfo
extends java.lang.Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 IOR ior
           
 int selected_profile_index
           
 
Constructor Summary
IORAddressingInfo()
           
IORAddressingInfo(int selected_profile_index, IOR ior)
           
 
Methods inherited from class java.lang.Object
equals, 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)