Interface ExtensionInterfaceVersion

All Known Implementing Classes:
MethodRegisterUtility

public interface ExtensionInterfaceVersion
Author:
Peter Verhas date Jul 22, 2012
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
    This constant defines the extension interface version.
  • Field Details

    • EXTENSION_INTERFACE_VERSION

      static final long EXTENSION_INTERFACE_VERSION
      This constant defines the extension interface version. Whenever an interpreter tries to load an extension that requires a larger version than that the interpreter can provide the load of the extension will be refused.

      If the version is the same it is OK.

      If the required version is smaller then the interpreter may decide as described in the javadoc BasicFunction.requiredVersion().

      See Also: