Class CamelHealthStatusProvider

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

public class CamelHealthStatusProvider extends Object implements org.openremote.model.system.HealthStatusProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.openremote.container.message.MessageBrokerService
     
    static final String
     

    Fields inherited from interface org.openremote.model.ContainerService

    DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    init(org.openremote.model.Container container)
     
    void
    start(org.openremote.model.Container container)
     
    void
    stop(org.openremote.model.Container container)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openremote.model.ContainerService

    getPriority
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • brokerService

      protected org.openremote.container.message.MessageBrokerService brokerService
  • Constructor Details

    • CamelHealthStatusProvider

      public CamelHealthStatusProvider()
  • 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