Uses of Class
com.caucho.health.predicate.AbstractHealthCheckPredicate

Packages that use AbstractHealthCheckPredicate
com.caucho.health.predicate   
 

Uses of AbstractHealthCheckPredicate in com.caucho.health.predicate
 

Subclasses of AbstractHealthCheckPredicate in com.caucho.health.predicate
 class IfCriticalRechecked
          Qualifies an action to match only after the required number of rechecks have been performed.
 class IfFlapping
          Qualifies an action to match only when the health check status is flapping.
 class IfHealthCritical
          Qualifies an action to match critical health status.
 class IfHealthFatal
          Qualifies an action to match critical health status.
 class IfHealthOk
          Qualifies an action to match OK health status.
 class IfHealthStatus
           
 class IfHealthUnknown
          Qualifies an action to match unknown results.
 class IfHealthWarning
          Qualifies an action to match warning health status.
 class IfMessage
          Qualifies an action to match health result message to a regular expression.
 class IfRecovered
          Qualifies an action to match upon recovery of Resin health.