IORFactorypublic interface IORFactory implements Writeable, MakeImmutableAn IORFactory provides the capability of creating IORs. It contains
some collection of TaggedProfileTemplates, which can be iterated over
for portable interceptors. |
Methods Summary |
---|
public boolean | isEquivalent(com.sun.corba.se.spi.ior.IORFactory other)Return true iff this.makeIOR(orb,typeid,oid).isEquivalent(
other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.
| public IOR | makeIOR(com.sun.corba.se.spi.orb.ORB orb, java.lang.String typeid, ObjectId oid)Construct an IOR containing the given ORB, typeid, and ObjectId.
The same ObjectId will be used for all TaggedProfileTemplates in
the IORFactory.
|
|