Package org.openremote.manager.system
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
FieldsModifier and TypeFieldDescriptionprotected org.openremote.container.message.MessageBrokerServicestatic final StringFields 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:
-
brokerService
protected org.openremote.container.message.MessageBrokerService brokerService
-
-
Constructor Details
-
CamelHealthStatusProvider
public CamelHealthStatusProvider()
-
-
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
-