VisiBroker for Java

org.omg.IOP
Class IOR

java.lang.Object
  extended by 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.
 
Constructor Summary
IOR()
           
IOR(java.lang.String type_id, TaggedProfile[] profiles)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

IOR

public IOR()

IOR

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

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

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online