org.omg.GIOP
Class IORAddressingInfo

java.lang.Object
  extended by org.omg.GIOP.IORAddressingInfo
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL struct "IORAddressingInfo".

Version:
generated at Jan 1, 2011 11:42:54 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 IOR ior
           
 int selected_profile_index
           
 
Constructor Summary
IORAddressingInfo()
           
IORAddressingInfo(int selected_profile_index, IOR ior)
           
 
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)