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

Packages that use AbstractScheduledHealthPredicate
com.caucho.health.predicate   
 

Uses of AbstractScheduledHealthPredicate in com.caucho.health.predicate
 

Subclasses of AbstractScheduledHealthPredicate in com.caucho.health.predicate
 class AbstractHealthCheckPredicate
           
 class IfCriticalRechecked
          Qualifies an action to match only after the required number of rechecks have been performed.
 class IfCron
          Matches if the current time is in an active range configured by cron-style times.
 class IfExpr
          Qualifies an action to execute based on the evaluation of an JSP EL expression.
 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 IfRechecked
          Qualifies an action to match only after the required number of rechecks have been performed.
 class IfRecovered
          Qualifies an action to match upon recovery of Resin health.
 class IfUptime
          Qualifies an action to match an amount of time after startup.