Searched refs:isEquivalent (Results 1 - 12 of 12) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DIORFactory.java41 /** Return true iff this.makeIOR(orb,typeid,oid).isEquivalent(
44 boolean isEquivalent( IORFactory other ) ; method in interface:IORFactory
H A DTaggedProfile.java51 * isEquivalent( prof ) should imply that getObjectId().equals(
55 boolean isEquivalent( TaggedProfile prof ) ; method in interface:TaggedProfile
H A DIOR.java73 boolean isEquivalent(IOR ior) ; method in interface:IOR
H A DTaggedProfileTemplate.java68 boolean isEquivalent( TaggedProfileTemplate temp ); method in interface:TaggedProfileTemplate
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIORTemplateImpl.java89 public boolean isEquivalent( IORFactory other ) method in class:IORTemplateImpl
103 if (!thisTemplate.isEquivalent( listTemplate ))
H A DIORTemplateListImpl.java111 public boolean isEquivalent( IORFactory other ) method in class:IORTemplateListImpl
123 if (!thisTemplate.isEquivalent( listTemplate ))
H A DGenericTaggedProfile.java81 public boolean isEquivalent( TaggedProfile prof ) method in class:GenericTaggedProfile
H A DIORImpl.java258 public boolean isEquivalent(IOR ior) method in class:IORImpl
265 if (!myProfile.isEquivalent( otherProfile ))
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileTemplateImpl.java162 public boolean isEquivalent( TaggedProfileTemplate temp ) method in class:IIOPProfileTemplateImpl
H A DIIOPProfileImpl.java230 public boolean isEquivalent( TaggedProfile prof ) method in class:IIOPProfileImpl
238 proftemp.isEquivalent( other.getTaggedProfileTemplate() ) &&
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java302 return this.contactInfoList.getTargetIOR().isEquivalent(
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java501 if (!poaTemplate.isEquivalent( thisTemplate ))

Completed in 86 milliseconds