@Configurable public class IfCriticalRechecked extends IfHealthStatus
<health:HttpStatusHealthCheck ee:Named="httpStatusCheck">
<url>http://localhost:8080/test-ping.jsp</url>
</health:HttpStatusHealthCheck>
<health:Restart>
<health:IfCriticalRechecked healthCheck="${httpStatusCheck}" count="5"/>
</health:Restart>
HealthSystem
Constructor and Description |
---|
IfCriticalRechecked() |
IfCriticalRechecked(HealthCheck healthCheck) |
IfCriticalRechecked(HealthCheck healthCheck,
long recheckTime) |
getStatus, isMatch, setCount, setStatus, setSystemRecheckTime, setTime, setTimeMillis
getHealthCheck, getLastResult, setHealthCheck, toString
public IfCriticalRechecked()
public IfCriticalRechecked(HealthCheck healthCheck)
public IfCriticalRechecked(HealthCheck healthCheck, long recheckTime)