Package com.smeup.kokos.util
Class Generic£JAX_VAR
java.lang.Object
com.smeup.kokos.sdk.rpgle.caller.KokosProgram
com.smeup.kokos.util.Generic£JAX_VAR
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLinkedHashMap<String, com.smeup.rpgparser.interpreter.Value> execute(LinkedHashMap<String, com.smeup.rpgparser.interpreter.Value> params, com.smeup.kokos.sdk.model.ExecutionContext context) voidsetProgramName(String programName) Sets the name of the RPG program to mock.Methods inherited from class com.smeup.kokos.sdk.rpgle.caller.KokosProgram
callProgram, close, execute, getFun, getJaxContext, getOut, getRpgProgramHelper, getSmeupDataStructurePrinter
-
Constructor Details
-
Generic£JAX_VAR
public Generic£JAX_VAR()
-
-
Method Details
-
execute
public LinkedHashMap<String,com.smeup.rpgparser.interpreter.Value> execute(LinkedHashMap<String, com.smeup.rpgparser.interpreter.Value> params, com.smeup.kokos.sdk.model.ExecutionContext context) throws Exception- Specified by:
executein classKokosProgram- Throws:
Exception
-
setProgramName
Sets the name of the RPG program to mock.- Parameters:
programName- The name of the program to mock.
-