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

public abstract class KokosFallbackService extends KokosService
  • 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
    abstract void
    execute(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context)
     
    void
    execute(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, 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

    • KokosFallbackService

      public KokosFallbackService()
  • Method Details

    • execute

      public void execute(com.smeup.kokos.sdk.fun.Fun fun, ProgramCaller programCaller) throws Throwable
      Description copied from class: KokosService
      Execute method of service. Call the relative method declared into FUN.
      Overrides:
      execute in class KokosService
      Parameters:
      fun - fun
      programCaller - 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