org.omg.GIOP
Class IORAddressingInfo

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

public final class IORAddressingInfo
extends Object
implements IDLEntity

org/omg/GIOP/IORAddressingInfo.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/GIOP.idl Saturday, September 22, 2012 10:56:39 AM CEST

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)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.