| Constructor and Description |
|---|
CheckFDMonitor() |
| Modifier and Type | Method and Description |
|---|---|
String |
condition()
Returns a description of the condition that led to
Rule.eval() returning true |
String |
description()
Describes what the rules does
|
boolean |
eval()
Evaluates the condition.
|
void |
init()
Called when rule is installed
|
String |
name()
Returns the name of the rule.
|
String |
toString() |
void |
trigger()
The action of the rule.
|
destroy, log, run, supervisorprotected FD fd
public String name()
Rulepublic String description()
Ruledescription in class Rulepublic void init()
Rulepublic boolean eval()
RuleRule.condition()
should return a non-null stringpublic String condition()
RuleRule.eval() returning truepublic void trigger()
throws Throwable
RuleRule.eval() returned trueCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.