Searched refs:JIDLObjectKeyTemplate (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DJIDLObjectKeyTemplate.java45 public final class JIDLObjectKeyTemplate extends NewObjectKeyTemplateBase class in inherits:NewObjectKeyTemplateBase
49 public JIDLObjectKeyTemplate( ORB orb, int magic, int scid, InputStream is ) method in class:JIDLObjectKeyTemplate
59 public JIDLObjectKeyTemplate( ORB orb, int magic, int scid, InputStream is, method in class:JIDLObjectKeyTemplate
69 public JIDLObjectKeyTemplate( ORB orb, int scid, int serverid ) method in class:JIDLObjectKeyTemplate
H A DObjectKeyFactoryImpl.java44 import com.sun.corba.se.impl.ior.JIDLObjectKeyTemplate ;
141 oktemp = new JIDLObjectKeyTemplate( orb, magic, scid, is, osh ) ;
165 oktemp = new JIDLObjectKeyTemplate( orb, magic, scid, is ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOAImpl.java51 import com.sun.corba.se.impl.ior.JIDLObjectKeyTemplate ;
90 ObjectKeyTemplate oktemp = new JIDLObjectKeyTemplate( orb, scid, serverid ) ;

Completed in 63 milliseconds