Class StatusResourceImpl

java.lang.Object
org.openremote.manager.system.StatusResourceImpl
All Implemented Interfaces:
org.openremote.model.system.StatusResource

public class StatusResourceImpl extends Object implements org.openremote.model.system.StatusResource
  • Field Details

    • healthStatusProviderList

      protected List<org.openremote.model.system.HealthStatusProvider> healthStatusProviderList
    • serverInfo

      protected Map<String,Object> serverInfo
  • Constructor Details

    • StatusResourceImpl

      public StatusResourceImpl(org.openremote.model.Container container, List<org.openremote.model.system.HealthStatusProvider> healthStatusProviderList)
  • Method Details

    • getHealthStatus

      public Map<String,Object> getHealthStatus()
      Specified by:
      getHealthStatus in interface org.openremote.model.system.StatusResource
    • getInfo

      public Map<String,Object> getInfo()
      Specified by:
      getInfo in interface org.openremote.model.system.StatusResource