| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.runtimeservice | |
| de.aristaflow.adept2.core.subprocessmanager |
| Modifier and Type | Method and Description |
|---|---|
RuntimeManager |
MultiplexingClientService.getRuntimeManager() |
RuntimeManager |
WorklistClientService.getRuntimeManager()
Gets the runtime manager for this client service, which is usually a local
runtime manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeService
The runtime service resembles a runtime manager but it is not actively
executing
ExecutableComponents but just provides the information
for execution passively. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubprocessManager
This interface must be implemented by a manager that is responsible for
executing sub processes.
|