public class MockJavaOperationExecutor extends java.lang.Object implements JavaOperationExecutor
| Constructor and Description | 
|---|
MockJavaOperationExecutor(ExecutionContext executionContext)  | 
| 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 MockJavaOperationExecutor(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.