Package gda.beamline.health
Class BeamlineHealthResult
java.lang.Object
gda.beamline.health.BeamlineHealthResult
This class indicates the overall health state of the beamline.
This will typically have been determined from the state of the individual components that are configured.
This will typically have been determined from the state of the individual components that are configured.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBeamlineHealthResult(BeamlineHealthState beamlineHealthState, String message, List<BeamlineHealthComponentResult> componentResults) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBeamlineHealthState(BeamlineHealthState beamlineHealthState) voidsetComponentResults(List<BeamlineHealthComponentResult> componentResults) voidsetMessage(String message) toString()
-
Field Details
-
COMMAND
Command to send to server status port to retrieve beamline health result.- See Also:
-
-
Constructor Details
-
BeamlineHealthResult
public BeamlineHealthResult() -
BeamlineHealthResult
public BeamlineHealthResult(BeamlineHealthState beamlineHealthState, String message, List<BeamlineHealthComponentResult> componentResults)
-
-
Method Details