Package org.openremote.manager.datapoint
Class AssetDatapointHealthStatusProvider
java.lang.Object
org.openremote.manager.datapoint.AssetDatapointHealthStatusProvider
- All Implemented Interfaces:
org.openremote.model.ContainerService,org.openremote.model.system.HealthStatusProvider
public class AssetDatapointHealthStatusProvider
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
-
Field Details
-
NAME
- See Also:
-
assetDatapointService
-
-
Constructor Details
-
AssetDatapointHealthStatusProvider
public AssetDatapointHealthStatusProvider()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceorg.openremote.model.ContainerService
-
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
-