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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIORTemplateListImpl.java106 public IOR makeIOR( ORB orb, String typeid, ObjectId oid ) argument
108 return new IORImpl( orb, typeid, this, oid ) ;
H A DIORTemplateImpl.java84 public IOR makeIOR( ORB orb, String typeid, ObjectId oid ) argument
86 return new IORImpl( orb, typeid, this, oid ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DIORFactory.java35 /** Construct an IOR containing the given ORB, typeid, and ObjectId.
39 IOR makeIOR( ORB orb, String typeid, ObjectId oid ) ; argument
41 /** Return true iff this.makeIOR(orb,typeid,oid).isEquivalent(
42 * other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.

Completed in 43 milliseconds