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