Uses of Interface
de.aristaflow.adept2.core.runtimemanager.RuntimeManager
-
-
Uses of RuntimeManager in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return RuntimeManager Modifier and Type Method Description RuntimeManager
MultiplexingClientService. getRuntimeManager()
RuntimeManager
WorklistClientService. getRuntimeManager()
Gets the runtime manager for this client service, which is usually a local runtime manager. -
Uses of RuntimeManager in de.aristaflow.adept2.core.runtimeservice
Subinterfaces of RuntimeManager in de.aristaflow.adept2.core.runtimeservice Modifier and Type Interface Description interface
RuntimeService
The runtime service resembles a runtime manager but it is not actively executingExecutableComponent
s but just provides the information for execution passively. -
Uses of RuntimeManager in de.aristaflow.adept2.core.subprocessmanager
Subinterfaces of RuntimeManager in de.aristaflow.adept2.core.subprocessmanager Modifier and Type Interface Description interface
SubprocessManager
This interface must be implemented by a manager that is responsible for executing sub processes. -
Uses of RuntimeManager in de.aristaflow.ilm.ws.core.runtimemanager
Constructors in de.aristaflow.ilm.ws.core.runtimemanager with parameters of type RuntimeManager Constructor Description RuntimeManagerWebService(RuntimeManager service, ServiceMetaData smd)
-
Uses of RuntimeManager in de.aristaflow.ilm.ws.rest.core.runtimemanager
Methods in de.aristaflow.ilm.ws.rest.core.runtimemanager with parameters of type RuntimeManager Modifier and Type Method Description protected RuntimeManagerWebService
RuntimeManagerRest. createWebService(RuntimeManager serv, ServiceMetaData smd)
-