org.omg.IOP
Class IOR

java.lang.Object
  |
  +--org.omg.IOP.IOR
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class IOR
extends java.lang.Object
implements IDLEntity

an Interoperable Object Reference is a sequence of object-specific protocol profiles, plus a type ID.

See Also:
Serialized Form

Field Summary
 TaggedProfile[] profiles
           
 java.lang.String type_id
           
 
Constructor Summary
IOR()
           
IOR(java.lang.String type_id, TaggedProfile[] profiles)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type_id

public java.lang.String type_id

profiles

public TaggedProfile[] profiles
Constructor Detail

IOR

public IOR()

IOR

public IOR(java.lang.String type_id,
           TaggedProfile[] profiles)