public interface IProcessManager
extends java.lang.Runnable
Job
instances created.Modifier and Type | Method and Description |
---|---|
void |
run()
Runs the processing phase as root.
|
Process |
runningProcess(long jobId)
Returns a running
Process for the id
or null. |