Uses of Interface
io.ciera.runtime.api.application.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in io.ciera.runtime.api.action
Methods in io.ciera.runtime.api.action that return ExecutionContext -
Uses of ExecutionContext in io.ciera.runtime.api.application
Methods in io.ciera.runtime.api.application with type parameters of type ExecutionContextModifier and TypeMethodDescription<T extends ExecutionContext>
TApplication.getContext(String name) Methods in io.ciera.runtime.api.application that return ExecutionContextModifier and TypeMethodDescriptionApplication.defaultContext()EventTarget.getContext()MessageTarget.getContext()Methods in io.ciera.runtime.api.application that return types with arguments of type ExecutionContextModifier and TypeMethodDescriptionCollection<? extends ExecutionContext>Application.getContexts()Methods in io.ciera.runtime.api.application with parameters of type ExecutionContext -
Uses of ExecutionContext in io.ciera.runtime.api.time
Methods in io.ciera.runtime.api.time that return ExecutionContextMethods in io.ciera.runtime.api.time with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidSystemClock.checkTimers(ExecutionContext context) SystemClock.getScheduledTimers(ExecutionContext context) booleanSystemClock.hasScheduledTimers(ExecutionContext context) voidSystemClock.waitForNextTimer(ExecutionContext context)