| Class | Description |
|---|---|
| DefaultProcessContextRegistry |
Simple (but effective)
ProcessContextRegistry implementation based on a ConcurrentHashMap and an
AtomicInteger for pid generation. |
| DefaultRemoteDrain |
Default implementation of the RemoteDrain.
|
| DefaultRMIRegistryService |
Default
RMIRegistryService hooking in to the spring lifecycle. |
| EmbeddedProcessExecutor |
ProcessExecutor implementation spawning all process from the
current JVM. |
| EmbeddedProcessExecutorTest | |
| LimitedProcessExecutor |
ProcessExecutor implementation wrapping another ProcessExecutor but limiting the amount of parallel
process to a given number. |
| LimitedProcessExecutorTest | |
| ProcessExecutorClient |
ProcessExecutor implementation delegating all execution requests to a remote server (a small JVM, which can
spawn the processes more efficiently). |
| ProcessExecutorClientTest |
Copyright © 2018 SAP SE. All Rights Reserved.