com.caucho.health.predicate
Class IfCriticalRechecked
java.lang.Object
com.caucho.health.predicate.AbstractHealthPredicate
com.caucho.health.predicate.AbstractScheduledHealthPredicate
com.caucho.health.predicate.AbstractHealthCheckPredicate
com.caucho.health.predicate.IfHealthStatus
com.caucho.health.predicate.IfCriticalRechecked
- All Implemented Interfaces:
- HealthPredicate
@Configurable
public class IfCriticalRechecked
- extends IfHealthStatus
Qualifies an action to match only after the required number of rechecks
have been performed.
<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>
- See Also:
HealthSystem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IfCriticalRechecked
public IfCriticalRechecked()
IfCriticalRechecked
public IfCriticalRechecked(HealthCheck healthCheck)
IfCriticalRechecked
public IfCriticalRechecked(HealthCheck healthCheck,
long recheckTime)