Package com.sun.corba.ee.impl.ior
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 byte
JDK 1.3.1 FCS did not include a version byte at the end of its object keys.(package private) byte
Fields inherited from class com.sun.corba.ee.impl.ior.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 com.sun.corba.ee.impl.ior.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:
writeTemplate
in classObjectKeyTemplateBase
-
write
- Specified by:
write
in interfaceObjectKeyTemplate
- Overrides:
write
in classObjectKeyTemplateBase
-