Package gda.beamline.health
Class ActiveMQServerCondition
- All Implemented Interfaces:
ComponentHealthCondition,Configurable,Findable
A beamline health condition that checks whether ActiveMQ is active
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gda.beamline.health.RateLimitedServerCondition
configure, isRunning, setMinCheckTimeMethods inherited from class gda.beamline.health.ServerCondition
calculateHealthState, getDefaultErrorMessage, readCurrentStateMethods inherited from class gda.beamline.health.ComponentHealthConditionBase
getCurrentState, getDescription, getErrorMessage, getHealthState, isCritical, isEnabled, setCritical, setDescription, setEnabled, setErrorMessage, toStringMethods inherited from class gda.factory.FindableConfigurableBase
getName, setNameMethods inherited from class gda.factory.ConfigurableBase
isConfigureAtStartup, isConfigured, reconfigure, setConfigured
-
Constructor Details
-
ActiveMQServerCondition
public ActiveMQServerCondition()
-
-
Method Details
-
isServiceRunning
protected boolean isServiceRunning()- Specified by:
isServiceRunningin classRateLimitedServerCondition
-