Interface LicenseInfo

    • Method Detail

      • getLicensee

        String getLicensee()
      • getLicenseType

        int getLicenseType()
      • getProductId

        int getProductId()
      • getMinorVersion

        int getMinorVersion()
      • getMajorVersion

        int getMajorVersion()
      • getGenerationDate

        Date getGenerationDate()
      • getExpirationDate

        Date getExpirationDate()
      • getMaintenanceDueDate

        Date getMaintenanceDueDate()
      • isTimeBasedLicense

        default boolean isTimeBasedLicense()
      • isLicenseExpired

        default boolean isLicenseExpired()
      • getNumberOfAgents

        int getNumberOfAgents()
        Returns:
        Number of available to use agents written in the license key. For ServerLicenseType.ENTERPRISE_PER_USAGE returns maximum available agents when the license is *inactive*.
      • getEffectiveNumberOfAgents

        int getEffectiveNumberOfAgents()
        Effective number of agents (can be bigger than number written in the key)
        Returns:
      • describeLicense

        default String describeLicense()
      • describeVersion

        default String describeVersion()
      • getUniquePartOfKey

        String getUniquePartOfKey()