Class OldJIDLObjectKeyTemplate

    • Field Detail

      • 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:
        Constant Field Values
      • patchVersion

        byte patchVersion
    • Constructor Detail

      • OldJIDLObjectKeyTemplate

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

        public OldJIDLObjectKeyTemplate​(ORB orb,
                                        int magic,
                                        int scid,
                                        InputStream is)