Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.omg.IOP.IOR

Uses of IOR in org.omg.IOP
 

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

Methods in org.omg.IOP that return IOR
static IOR IORHelper.extract(org.omg.CORBA.Any any)
          Extract the IOR from given Any.
static IOR IORHelper.read(org.omg.CORBA.portable.InputStream input)
          Read the structure from the CDR intput stream.
 

Methods in org.omg.IOP with parameters of type IOR
static void IORHelper.insert(org.omg.CORBA.Any any, IOR that)
          Insert the IOR into the given Any.
static void IORHelper.write(org.omg.CORBA.portable.OutputStream output, IOR value)
          Write the structure to the CDR output stream.
 

Constructors in org.omg.IOP with parameters of type IOR
IORHolder(IOR initialValue)
          Create the initialised instance.