public interface IORFactory extends Writeable, MakeImmutable
Modifier and Type | Method and Description |
---|---|
boolean |
isEquivalent(IORFactory other)
Return true iff this.makeIOR(orb,typeid,oid).isEquivalent(
other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.
|
IOR |
makeIOR(ORB orb,
String typeid,
ObjectId oid)
Construct an IOR containing the given ORB, typeid, and ObjectId.
|
makeImmutable
IOR makeIOR(ORB orb, String typeid, ObjectId oid)
boolean isEquivalent(IORFactory other)
Copyright © 2019 JBoss by Red Hat. All rights reserved.