Package net.sf.basedb.clients.jobagent.executors
package net.sf.basedb.clients.jobagent.executors
-
ClassDescriptionThis is dummy job executor implementation which just sets the status of each job to
Job.Status.DONE
without actually executing the job.This is a job executor which starts a new process for each job to be executed.Used for redirecting standard output to a string.This is a job executor which executes jobs in the current thread.