Uses of Class
de.gebit.integrity.runner.forking.Fork
-
Packages that use Fork Package Description de.gebit.integrity.runner de.gebit.integrity.runner.forking de.gebit.integrity.runner.forking.processes -
-
Uses of Fork in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner with type parameters of type Fork Modifier and Type Field Description protected Map<ForkDefinition,Fork>DefaultTestRunner. forkMapMaps fork definitions to actual fork instances.Methods in de.gebit.integrity.runner that return Fork Modifier and Type Method Description protected ForkDefaultTestRunner. createFork(Suite aSuiteCall)Creates a new fork instance.Methods in de.gebit.integrity.runner with parameters of type Fork Modifier and Type Method Description protected voidDefaultTestRunner. distributeTimeSyncRequestAsync(Date aStartTime, List<org.eclipse.xtext.util.Pair<Long,TemporalUnit>> aDiffTime, BigDecimal aProgressionFactor, String[] someTargetedForks, Fork aResultTarget)Like#distributeTimeSyncRequest(Date, BigDecimal, String[]), but performs the work in an asynchronous thread, so it returns instantly. -
Uses of Fork in de.gebit.integrity.runner.forking
Methods in de.gebit.integrity.runner.forking with parameters of type Fork Modifier and Type Method Description voidForkCallback. onForkExit(Fork aFork)Called when the fork exits.voidForkCallback. onTimeSync(Date aStartDate, List<org.eclipse.xtext.util.Pair<Long,TemporalUnit>> aDiffTime, BigDecimal aProgressionFactor, String[] someTargetedForks, Fork aResultTarget)If the fork wants to perform a time sync, it sends a respective message to the parent, containing a list of all target forks of this timesync. -
Uses of Fork in de.gebit.integrity.runner.forking.processes
Fields in de.gebit.integrity.runner.forking.processes with type parameters of type Fork Modifier and Type Field Description protected List<Fork>DefaultProcessTerminator. forksList of all known forks.Methods in de.gebit.integrity.runner.forking.processes with parameters of type Fork Modifier and Type Method Description voidDefaultProcessTerminator. registerFork(Fork aFork)voidProcessTerminator. registerFork(Fork aFork)Registers a fork with the terminator.voidDefaultProcessTerminator. unregisterFork(Fork aFork)voidProcessTerminator. unregisterFork(Fork aFork)Unregisters a fork from the terminator.
-