public MethodPollingExecStrategyScript(ExprNodeScript scriptExpression, EventType eventTypeEventBeanArray)
 {
     _eval = (ExprNodeScriptEvaluator) scriptExpression.ExprEvaluator;
 }
예제 #2
0
        private void PrepareEvaluator(string statementName, string[] inputParamNames, ExprEvaluator[] evaluators, Type returnType, EventType eventTypeCollection)
        {
            var scriptExpression = (ExpressionScriptCompiledImpl)Script.Compiled;

            _evaluator = new ExprNodeScriptEvalImpl(Script.Name, statementName, inputParamNames, evaluators, returnType, eventTypeCollection, scriptExpression.ScriptAction);
        }