Methods Summary |
---|
public org.omg.IOP.IOR | getIOPIOR()Return a representation of this IOR in the standard GIOP marshalled
form.
|
public IORTemplateList | getIORTemplates()Return the IORTemplate for this IOR. This is simply a list
of all TaggedProfileTemplates derived from the TaggedProfiles
of the IOR.
|
public com.sun.corba.se.spi.orb.ORB | getORB()
|
public com.sun.corba.se.spi.ior.iiop.IIOPProfile | getProfile()Return the first IIOPProfile in this IOR.
XXX THIS IS TEMPORARY FOR BACKWARDS COMPATIBILITY AND WILL BE REMOVED
SOON!
|
public java.lang.String | getTypeId()Return the type id string from the IOR.
|
public boolean | isEquivalent(com.sun.corba.se.spi.ior.IOR ior)Return true if this IOR is equivalent to ior. Here equivalent means
that the typeids are the same, they have the same number of profiles,
and each profile is equivalent to the corresponding profile.
|
public boolean | isNil()Return true if this IOR has no profiles.
|
public java.util.Iterator | iteratorById(int id)Return an iterator that iterates over tagged profiles with
identifier id. It is not possible to modify the list through this
iterator.
|
public java.lang.String | stringify()Return a representation of this IOR in the standard GIOP stringified
format that begins with "IOR:".
|