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 RuntimeManagerMultiplexingClientService. getRuntimeManager()RuntimeManagerWorklistClientService. 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 interfaceRuntimeServiceThe runtime service resembles a runtime manager but it is not actively executingExecutableComponents 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 interfaceSubprocessManagerThis 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 RuntimeManagerWebServiceRuntimeManagerRest. createWebService(RuntimeManager serv, ServiceMetaData smd)
-