com.caucho.health.action
Class ActionSequence.IfExecuting

java.lang.Object
  extended by com.caucho.health.predicate.AbstractHealthPredicate
      extended by com.caucho.health.action.ActionSequence.IfExecuting
All Implemented Interfaces:
HealthPredicate
Enclosing class:
ActionSequence

protected class ActionSequence.IfExecuting
extends AbstractHealthPredicate


Constructor Summary
protected ActionSequence.IfExecuting()
           
 
Method Summary
 boolean isMatch(HealthEvent healthEvent)
          The abstract match returns true, so a child can combine its own matches with the parent.
 
Methods inherited from class com.caucho.health.predicate.AbstractHealthPredicate
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionSequence.IfExecuting

protected ActionSequence.IfExecuting()
Method Detail

isMatch

public boolean isMatch(HealthEvent healthEvent)
Description copied from class: AbstractHealthPredicate
The abstract match returns true, so a child can combine its own matches with the parent. See AbstractScheduledCheckPredicate for a case where the parent isMatch doesn't return true.

Specified by:
isMatch in interface HealthPredicate
Overrides:
isMatch in class AbstractHealthPredicate