Uses of Interface
com.caucho.health.predicate.HealthActionAware

Packages that use HealthActionAware
com.caucho.health.predicate   
 

Uses of HealthActionAware in com.caucho.health.predicate
 

Classes in com.caucho.health.predicate that implement HealthActionAware
 class AbstractCombiningPredicate
           
 class And
          Matches if all of the child predicates match.
 class EventPredicate
           
 class IfNotRecent
          Qualifies an action to match at most an amount of time after the last execution.
 class LifecyclePredicate
           
 class Nand
          Matches if all of the child predicates fail.
 class Nor
          Matches if none of the child predicates match.
 class Or
          Matches if any of the child predicates match.