FileDocCategorySizeDatePackage
IOR.javaAPI DocJava SE 5 API746Fri Aug 26 17:25:06 BST 2005org.omg.IOP

IOR

public final class IOR extends Object implements org.omg.CORBA.portable.IDLEntity
org/omg/IOP/IOR.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl Friday, August 26, 2005 11:25:04 PM GMT

Fields Summary
public String
type_id
The type id, represented as a String.
public org.omg.IOP.TaggedProfile[]
profiles
An array of tagged profiles associated with this object reference.
Constructors Summary
public IOR()


    
  
  
public IOR(String _type_id, org.omg.IOP.TaggedProfile[] _profiles)

    type_id = _type_id;
    profiles = _profiles;
  
Methods Summary