Class | Description |
---|---|
DummyJobExecutor |
This is dummy job executor implementation which just sets the status
of each job to
Job.Status.DONE without actually
executing the job. |
ProcessJobExecutor |
This is a job executor which starts a new process for each job to be
executed.
|
ProcessJobExecutor.StreamRedirector |
Used for redirecting standard output to a string.
|
ThreadJobExecutor |
This is a job executor which executes jobs in the current thread.
|
ThreadJobExecutor.ShutdownHook |