@Singleton @Configurable @Named public class ResinHealthCheck extends ResinHealthCheckImpl
Generates CRITICAL if any checks are currently reporting CRITICAL.
Generates WARNING if any checks are currently reporting WARNING.
NAME
Constructor and Description |
---|
ResinHealthCheck() |
Modifier and Type | Method and Description |
---|---|
protected AbstractHealthCheck |
findDelegate(HealthService healthService)
Finds and returns any delegate health check.
|
checkHealth, getName
getDelegate, getLastResult, getLogPeriod, hasDelegate, init, isEnabled, logResult, setEnabled, setLogPeriod, setName, silenceFor, start, stop, toString
protected AbstractHealthCheck findDelegate(HealthService healthService)
AbstractHealthCheck
findDelegate
in class AbstractHealthCheck