Uses of Enum Class
org.distributeme.core.lifecycle.Health
Packages that use Health
-
Uses of Health in org.distributeme.core.lifecycle
Methods in org.distributeme.core.lifecycle that return HealthModifier and TypeMethodDescriptionHealthStatus.getHealth()Getter for the fieldhealth.static HealthReturns the enum constant of this class with the specified name.static Health[]Health.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.distributeme.core.lifecycle with parameters of type HealthModifierConstructorDescriptionHealthStatus(Health aHealth, String aMessage) Creates a new health status.