Uses of Interface
de.gebit.integrity.runner.forking.ForkedProcess
-
Packages that use ForkedProcess Package Description de.gebit.integrity.runner.forking -
-
Uses of ForkedProcess in de.gebit.integrity.runner.forking
Classes in de.gebit.integrity.runner.forking that implement ForkedProcess Modifier and Type Class Description classLocalForkedProcessA forked process implementation that wraps a local process.Methods in de.gebit.integrity.runner.forking that return ForkedProcess Modifier and Type Method Description ForkedProcessDefaultForker. fork(String[] someCommandLineArguments, String aForkName, long aRandomSeed, TimeSyncState aTimeSyncState)ForkedProcessForker. fork(String[] someCommandLineArguments, String aForkName, long aRandomSeed, TimeSyncState aTimeSyncState)Performs the actual forking.ForkedProcessFork. getProcess()
-