| Modifier and Type | Method and Description |
|---|---|
int |
ProcessExecutor.execute(ProcessContext ctx)
Synchronously executes the given
ProcessContext. |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
ProcessContextRegistry.retrieve(int pid)
Retrieves the
ProcessContext uniquely identified by the passed pid. |
| Modifier and Type | Method and Description |
|---|---|
int |
ProcessContextRegistry.register(ProcessContext context)
Registers the given
ProcessContext, creates a new internal id for it and returns it. |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext |
DefaultProcessContextRegistry.retrieve(int pid)
Retrieves the
ProcessContext uniquely identified by the passed pid. |
| Modifier and Type | Method and Description |
|---|---|
int |
LimitedProcessExecutor.execute(ProcessContext context)
Delegates the execution request to the underlying
ProcessExecutor, but blocking the current Thread
if the maximum number of parallel processes has already been reached. |
int |
EmbeddedProcessExecutor.execute(ProcessContext context) |
int |
ProcessExecutorClient.execute(ProcessContext ctx) |
int |
DefaultProcessContextRegistry.register(ProcessContext context)
Registers the given
ProcessContext, creates a new internal id for it and returns it. |
| Modifier and Type | Method and Description |
|---|---|
int |
BasicProcessExecutor.execute(ProcessContext context)
Synchronously executes the given
ProcessContext. |
| Constructor and Description |
|---|
RemoteProcessContext(ProcessContext ctx,
int pid) |
Copyright © 2018 SAP SE. All Rights Reserved.