Searched refs:OldJIDLObjectKeyTemplate (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DOldJIDLObjectKeyTemplate.java47 public final class OldJIDLObjectKeyTemplate extends OldObjectKeyTemplateBase class in inherits:OldObjectKeyTemplateBase
56 byte patchVersion = OldJIDLObjectKeyTemplate.NULL_PATCH_VERSION;
58 public OldJIDLObjectKeyTemplate( ORB orb, int magic, int scid, method in class:OldJIDLObjectKeyTemplate
95 public OldJIDLObjectKeyTemplate( ORB orb, int magic, int scid, int serverid) method in class:OldJIDLObjectKeyTemplate
100 public OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is) method in class:OldJIDLObjectKeyTemplate
116 if (patchVersion != OldJIDLObjectKeyTemplate.NULL_PATCH_VERSION)
H A DObjectKeyFactoryImpl.java86 // versions. See OldJIDLObjectKeyTemplate.
143 oktemp = new OldJIDLObjectKeyTemplate( orb, magic, scid, is, osh );
167 oktemp = new OldJIDLObjectKeyTemplate( orb, magic, scid, is ) ;

Completed in 30 milliseconds