org.omg.IOP
Class IOR
java.lang.Object
  
org.omg.IOP.IOR
- All Implemented Interfaces: 
 - java.io.Serializable, IDLEntity
 
public final class IOR
- extends java.lang.Object
- implements IDLEntity
  
This class represents an Interoperable Object Reference and is used to provide important information about
    object references. Your client application can create an IOR by invoking the ORB::object_to_string method.
- See Also:
 - Serialized Form
 
| 
Field Summary | 
 TaggedProfile[] | 
profiles
 
          Represents a sequence of one or more TaggedProfile objects, which contain information about the protocols that are supported. | 
 java.lang.String | 
type_id
 
          Describes the type of object reference that is represented by this IOR. | 
 
 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
 
type_id
public java.lang.String type_id
- Describes the type of object reference that is represented by this IOR.
 
profiles
public TaggedProfile[] profiles
- Represents a sequence of one or more TaggedProfile objects, which contain information about the protocols that are supported.
 
IOR
public IOR()
IOR
public IOR(java.lang.String type_id,
           TaggedProfile[] profiles)
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equals in class java.lang.Object
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class java.lang.Object
 
 
                 Read the latest documentation online