Interface IORFactory

    • Method Detail

      • makeIOR

        IOR makeIOR​(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.
        Parameters:
        orb - ORB to use
        typeid - typeid of IOR
        oid - objectId IOR
        Returns:
        created IOR
      • isEquivalent

        boolean isEquivalent​(IORFactory other)
        Return true iff this.makeIOR(orb,typeid,oid).isEquivalent( other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.
        Parameters:
        other - factory to compare with
        Returns:
        true if they are equivalent