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

Packages that use IfHealthStatus
com.caucho.health.predicate   
 

Uses of IfHealthStatus in com.caucho.health.predicate
 

Subclasses of IfHealthStatus in com.caucho.health.predicate
 class IfCriticalRechecked
          Qualifies an action to match only after the required number of rechecks have been performed.
 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 IfHealthUnknown
          Qualifies an action to match unknown results.
 class IfHealthWarning
          Qualifies an action to match warning health status.