SMILA 1.0 API documentation

org.eclipse.smila.management.jmx.client.cmd.op
Class EvalService

java.lang.Object
  extended by org.eclipse.smila.management.jmx.client.cmd.op.EvalService

public final class EvalService
extends java.lang.Object

The Class EvalService.

Author:
Ivanhoe

Method Summary
static boolean eval(BooleanOpType config, JmxConnection connection, java.lang.Object globalResult, java.lang.String[] parameters, java.lang.Object localResult)
          Eval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

eval

public static boolean eval(BooleanOpType config,
                           JmxConnection connection,
                           java.lang.Object globalResult,
                           java.lang.String[] parameters,
                           java.lang.Object localResult)
                    throws EvaluationException
Eval.

Parameters:
config - the config
connection - the connection
parameters - the parameters
globalResult - the global result
localResult - the local result
Returns:
true, if successful
Throws:
EvaluationException - the evaluation exception

SMILA 1.0 API documentation