Class SystemHealthStatusProvider

java.lang.Object
org.openremote.manager.system.SystemHealthStatusProvider
All Implemented Interfaces:
org.openremote.model.ContainerService, org.openremote.model.system.HealthStatusProvider

public class SystemHealthStatusProvider extends Object implements org.openremote.model.system.HealthStatusProvider
  • Field Details

  • Constructor Details

    • SystemHealthStatusProvider

      public SystemHealthStatusProvider()
  • Method Details

    • init

      public void init(org.openremote.model.Container container) throws Exception
      Specified by:
      init in interface org.openremote.model.ContainerService
      Throws:
      Exception
    • start

      public void start(org.openremote.model.Container container) throws Exception
      Specified by:
      start in interface org.openremote.model.ContainerService
      Throws:
      Exception
    • stop

      public void stop(org.openremote.model.Container container) throws Exception
      Specified by:
      stop in interface org.openremote.model.ContainerService
      Throws:
      Exception
    • getHealthStatusName

      public String getHealthStatusName()
      Specified by:
      getHealthStatusName in interface org.openremote.model.system.HealthStatusProvider
    • getHealthStatus

      public Object getHealthStatus()
      Specified by:
      getHealthStatus in interface org.openremote.model.system.HealthStatusProvider