Class OldJIDLObjectKeyTemplate
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.OldObjectKeyTemplateBase
com.sun.corba.ee.impl.ior.OldJIDLObjectKeyTemplate
- All Implemented Interfaces:
ObjectKeyTemplate, Writeable
Handles object keys created by JDK ORBs from before JDK 1.4.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteJDK 1.3.1 FCS did not include a version byte at the end of its object keys.(package private) byteFields inherited from class ObjectKeyTemplateBase
JIDL_OAID, JIDL_ORB_ID, wrapper -
Constructor Summary
ConstructorsConstructorDescriptionOldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, int serverid) OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is) OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh) -
Method Summary
Methods inherited from class ObjectKeyTemplateBase
equals, getAdapterId, getMagic, getObjectAdapterId, getORBId, getORBVersion, getServerId, getServerRequestDispatcher, getSubcontractId, hashCode, readObjectKey, setORBVersion, toString, write
-
Field Details
-
NULL_PATCH_VERSION
public static final byte NULL_PATCH_VERSIONJDK 1.3.1 FCS did not include a version byte at the end of its object keys. JDK 1.3.1_01 included the byte with the value 1. Anything below 1 is considered an invalid value.- See Also:
-
patchVersion
byte patchVersion
-
-
Constructor Details
-
OldJIDLObjectKeyTemplate
-
OldJIDLObjectKeyTemplate
-
OldJIDLObjectKeyTemplate
-
-
Method Details
-
writeTemplate
- Specified by:
writeTemplatein classObjectKeyTemplateBase
-
write
- Specified by:
writein interfaceObjectKeyTemplate- Overrides:
writein classObjectKeyTemplateBase
-