Package com.smeup.kokos.sdk.caller
Class KokosFallbackService
java.lang.Object
com.smeup.kokos.sdk.caller.KokosService
com.smeup.kokos.sdk.caller.KokosFallbackService
-
Field Summary
Fields inherited from class com.smeup.kokos.sdk.caller.KokosService
out, printer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecute(Fun fun, ExecutionContext context) voidexecute(Fun fun, ExecutionContext context, OutputStream out, SmeupDataStructurePrinter printer) Execute method of service.Methods inherited from class com.smeup.kokos.sdk.caller.KokosService
writeAction, writeButtons, writeCursor, writeDataColumn, writeDataColumns, writeDataNode, writeDataNodeClosure, writeDataRow, writeLayout, writeMessage, writeRawData, writeSch, writeSetup, writeVariable
-
Constructor Details
-
KokosFallbackService
public KokosFallbackService()
-
-
Method Details
-
execute
public void execute(Fun fun, ExecutionContext context, OutputStream out, SmeupDataStructurePrinter printer) throws Throwable Description copied from class:KokosServiceExecute method of service. Call the relative method declared into FUN.- Overrides:
executein classKokosService- Parameters:
fun- funcontext- contextout- stream- Throws:
Throwable- Exception
-
execute
- Throws:
Exception
-