Package com.smeup.kokos.sdk.rpgle.caller
Class KokosFallbackService
java.lang.Object
com.smeup.kokos.sdk.caller.KokosService
com.smeup.kokos.sdk.rpgle.caller.KokosService
com.smeup.kokos.sdk.rpgle.caller.KokosFallbackService
- Direct Known Subclasses:
KokosFallbackServiceImpl
-
Field Summary
Fields inherited from class com.smeup.kokos.sdk.rpgle.caller.KokosService
programCallerFields inherited from class com.smeup.kokos.sdk.caller.KokosService
out, printer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecute(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) voidexecute(com.smeup.kokos.sdk.fun.Fun fun, ProgramCaller programCaller) Execute method of service.Methods inherited from class com.smeup.kokos.sdk.rpgle.caller.KokosService
callProgram, getRpgProgramHelperMethods inherited from class com.smeup.kokos.sdk.caller.KokosService
execute, writeAction, writeButtons, writeCursor, writeDataColumn, writeDataColumns, writeDataNode, writeDataNodeClosure, writeDataRow, writeLayout, writeMessage, writeRawData, writeSch, writeSetup, writeVariable
-
Constructor Details
-
KokosFallbackService
public KokosFallbackService()
-
-
Method Details
-
execute
Description copied from class:KokosServiceExecute method of service. Call the relative method declared into FUN.- Overrides:
executein classKokosService- Parameters:
fun- funprogramCaller- program caller- Throws:
Throwable- exception
-
execute
public abstract void execute(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) throws Exception - Throws:
Exception
-