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
static IOR ParsedIOR.createObjectIOR(Profile[] profiles)
           
 IOR ParsedIOR.getIOR()
           
 IOR Delegate.getIOR()
           
abstract  IOR IORMutator.mutateIncoming(IOR object)
          mutateIncoming is called by CDRInputStream::readObject.
abstract  IOR IORMutator.mutateOutgoing(IOR object)
          mutateOutgoing is called by CDROutputStream::writeObject.
 

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.
abstract  IOR IORMutator.mutateIncoming(IOR object)
          mutateIncoming is called by CDRInputStream::readObject.
abstract  IOR IORMutator.mutateOutgoing(IOR object)
          mutateOutgoing is called by CDROutputStream::writeObject.
 void CDROutputStream.write_IOR(IOR ior)
           
 

Constructors in org.jacorb.orb with parameters of type IOR
Delegate(ORB orb, IOR ior)
           
ParsedIOR(ORB orb, IOR ior)
          Creates a new ParsedIOR instance.
 

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)