ConfigType
- the type of configpublic interface Evaluator<ConfigType extends BooleanOpType>
Modifier and Type | Method and Description |
---|---|
boolean |
eval(ConfigType config,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters,
java.lang.Object localResult)
Eval.
|
boolean eval(ConfigType config, JmxConnection connection, java.lang.Object globalResult, java.lang.String[] parameters, java.lang.Object localResult) throws EvaluationException
config
- the configconnection
- the connectionglobalResult
- the global resultparameters
- the parameterslocalResult
- the local resultEvaluationException
- the evaluation exception