public class JavaOperationExecutorImpl extends Object implements JavaOperationExecutor
Constructor and Description |
---|
JavaOperationExecutorImpl(ExecutionContext executionContext)
Constructs a new Java operation executor.
|
Modifier and Type | Method and Description |
---|---|
Object |
executeJavaOperation(String className,
String methodName,
Class<?>[] argClasses,
Object[] evaluatedArgs,
InterpreterStackTrace stackTrace)
Executes the operation.
|
public JavaOperationExecutorImpl(ExecutionContext executionContext)
executionContext
- public Object executeJavaOperation(String className, String methodName, Class<?>[] argClasses, Object[] evaluatedArgs, InterpreterStackTrace stackTrace) throws ErrorException
JavaOperationExecutor
executeJavaOperation
in interface JavaOperationExecutor
stackTrace
- a stack traceErrorException
- the error exceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.