public class BaseEvaluator
extends java.lang.Object
| Constructor and Description |
|---|
BaseEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkEquals(java.lang.Object result1,
java.lang.Object result2)
Check equals.
|
protected java.lang.Object |
eval(java.lang.Object term,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters,
java.lang.Object localResult)
Eval.
|
protected boolean checkEquals(java.lang.Object result1,
java.lang.Object result2)
result1 - the result1result2 - the result2protected java.lang.Object eval(java.lang.Object term,
JmxConnection connection,
java.lang.Object globalResult,
java.lang.String[] parameters,
java.lang.Object localResult)
throws OperationException,
LauncherInitializationException
term - the termconnection - the connectionparameters - the parametersglobalResult - the global resultlocalResult - the local resultOperationException - the operation exceptionLauncherInitializationException - the launcher initialization exception