Uses of Class
org.omg.IOP.IOR

Packages that use IOR
org.jacorb.orb   
org.omg.GIOP   
org.omg.IOP   
 

Uses of IOR in org.jacorb.orb
 

Methods in org.jacorb.orb that return IOR
static IOR ParsedIOR.createObjectIOR(Profile profile)
          factory method
 IOR ParsedIOR.getIOR()
           
 IOR Delegate.getIOR()
           
 

Methods in org.jacorb.orb with parameters of type IOR
 void ParsedIOR.decode(IOR _ior)
          When multiple internet IOP tags are present, they will probably have different versions, we will use the highest version between 0 and 1.
 void CDROutputStream.write_IOR(IOR ior)
           
 

Constructors in org.jacorb.orb with parameters of type IOR
ParsedIOR(IOR _ior, ORB orb)
           
Delegate(ORB orb, IOR _ior)
           
 

Uses of IOR in org.omg.GIOP
 

Fields in org.omg.GIOP declared as IOR
 IOR IORAddressingInfo.ior
           
 

Constructors in org.omg.GIOP with parameters of type IOR
IORAddressingInfo(int selected_profile_index, IOR ior)
           
 

Uses of IOR in org.omg.IOP
 

Fields in org.omg.IOP declared as IOR
 IOR IORHolder.value
           
 

Methods in org.omg.IOP that return IOR
static IOR IORHelper.extract(Any any)
           
static IOR IORHelper.read(InputStream in)
           
 

Methods in org.omg.IOP with parameters of type IOR
static void IORHelper.insert(Any any, IOR s)
           
static void IORHelper.write(OutputStream out, IOR s)
           
 

Constructors in org.omg.IOP with parameters of type IOR
IORHolder(IOR initial)