Class OldJIDLObjectKeyTemplate

All Implemented Interfaces:
ObjectKeyTemplate, Writeable

public final class OldJIDLObjectKeyTemplate extends OldObjectKeyTemplateBase
Handles object keys created by JDK ORBs from before JDK 1.4.0.
  • Field Details

    • NULL_PATCH_VERSION

      public static final byte NULL_PATCH_VERSION
      JDK 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

      public OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
    • OldJIDLObjectKeyTemplate

      public OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, int serverid)
    • OldJIDLObjectKeyTemplate

      public OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
  • Method Details