Package org.openremote.manager.agent
Class AgentHealthStatusProvider
java.lang.Object
org.openremote.manager.agent.AgentHealthStatusProvider
- All Implemented Interfaces:
org.openremote.model.ContainerService,org.openremote.model.system.HealthStatusProvider
public class AgentHealthStatusProvider
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
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:
-
agentService
-
-
Constructor Details
-
AgentHealthStatusProvider
public AgentHealthStatusProvider()
-
-
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
-