Class KokosFallbackServiceImpl

java.lang.Object
com.smeup.kokos.sdk.caller.KokosService

public class KokosFallbackServiceImpl extends KokosFallbackService
  • Field Summary

    Fields inherited from class com.smeup.kokos.sdk.rpgle.caller.KokosService

    programCaller

    Fields inherited from class com.smeup.kokos.sdk.caller.KokosService

    out, printer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context)
     

    Methods inherited from class com.smeup.kokos.sdk.rpgle.caller.KokosFallbackService

    execute

    Methods inherited from class com.smeup.kokos.sdk.rpgle.caller.KokosService

    callProgram, getRpgProgramHelper

    Methods inherited from class com.smeup.kokos.sdk.caller.KokosService

    execute, writeAction, writeButtons, writeDataColumn, writeDataColumns, writeDataNode, writeDataNodeClosure, writeDataRow, writeLayout, writeMessage, writeRawData, writeSch, writeSetup, writeVariable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KokosFallbackServiceImpl

      public KokosFallbackServiceImpl()
  • Method Details