Searched defs:ObjectKeyTemplateBase (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DObjectKeyTemplateBase.java53 public abstract class ObjectKeyTemplateBase implements ObjectKeyTemplate class in inherits:ObjectKeyTemplate
96 public ObjectKeyTemplateBase( ORB orb, int magic, int scid, int serverid, method in class:ObjectKeyTemplateBase
113 if (!(obj instanceof ObjectKeyTemplateBase))
116 ObjectKeyTemplateBase other = (ObjectKeyTemplateBase)obj ;

Completed in 30 milliseconds