| Package | Description | 
|---|---|
| com.caucho.health.predicate | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHealthCheckPredicate | 
| class  | IfCriticalRecheckedQualifies an action to match only after the required number of rechecks
 have been performed. | 
| class  | IfCronMatches if the current time is in an active range configured by 
 cron-style times. | 
| class  | IfExprQualifies an action to execute based on the evaluation of an JSP EL 
 expression. | 
| class  | IfFlappingQualifies an action to match only when the health check status is flapping. | 
| class  | IfHealthCriticalQualifies an action to match critical health status. | 
| class  | IfHealthFatalQualifies an action to match critical health status. | 
| class  | IfHealthOkQualifies an action to match OK health status. | 
| class  | IfHealthStatus | 
| class  | IfHealthUnknownQualifies an action to match unknown results. | 
| class  | IfHealthWarningQualifies an action to match warning health status. | 
| class  | IfMessageQualifies an action to match health result message to a regular expression. | 
| class  | IfRecheckedQualifies an action to match only after the required number of rechecks
 have been performed. | 
| class  | IfRecoveredQualifies an action to match upon recovery of Resin health. | 
| class  | IfUptimeQualifies an action to match an amount of time after startup. |