Package org.openremote.manager.rules
Class RulesHealthStatusProvider
java.lang.Object
org.openremote.manager.rules.RulesHealthStatusProvider
- All Implemented Interfaces:
org.openremote.model.ContainerService,org.openremote.model.system.HealthStatusProvider
public class RulesHealthStatusProvider
extends Object
implements org.openremote.model.system.HealthStatusProvider
-
Field Summary
FieldsFields inherited from interface org.openremote.model.ContainerService
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEngineHealthStatus(RulesEngine<?> rulesEngine) voidinit(org.openremote.model.Container container) voidstart(org.openremote.model.Container container) voidstop(org.openremote.model.Container container) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openremote.model.ContainerService
getPriority
-
Field Details
-
NAME
- See Also:
-
rulesService
-
-
Constructor Details
-
RulesHealthStatusProvider
public RulesHealthStatusProvider()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
start
- Specified by:
startin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.openremote.model.ContainerService- Throws:
Exception
-
getHealthStatusName
- Specified by:
getHealthStatusNamein interfaceorg.openremote.model.system.HealthStatusProvider
-
getHealthStatus
- Specified by:
getHealthStatusin interfaceorg.openremote.model.system.HealthStatusProvider
-
getEngineHealthStatus
-