Package | Description |
---|---|
com.caucho.health.predicate |
Modifier and Type | Class and Description |
---|---|
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.
|