Interface ILicenceService

All Known Implementing Classes:
CommunityLicenceService

public interface ILicenceService
  • Field Details

  • Method Details

    • start

      void start()
      Starts License operations
    • checkLicence

      Licence checkLicence(String key)
      Check License Status
      Parameters:
      key - of the license
      Returns:
      result of the operation and message
    • setServerSettings

      void setServerSettings(ServerSettings serverSettings)
      Sets Server Settings
      Parameters:
      serverSettings -
    • getLastLicenseStatus

      Licence getLastLicenseStatus()
      Returns the last license status checked
      Returns:
    • isLicenceSuspended

      boolean isLicenceSuspended()
      Returns if license is blocked
      Returns:
      true if license is blocked false if license can be used
    • getLicenseType

      String getLicenseType()
      Returns:
      LICENCE_TYPE_COMMUNITY, LICENCE_TYPE_STANDARD, LICENCE_TYPE_OFFLINE, LICENCE_TYPE_MARKETPLACE