Handles the job related tasks such as starting and finishing a job
Job() -
Constructor for class org.bibalex.daf.entities.job.Job
Creates a new instance of Job.
Job(int) -
Constructor for class org.bibalex.daf.entities.job.Job
Creates a new instance of Job.
This constructor fills all the fields from the database. Remarks: Fields that correspond to null database columns are left to default values,
i.e.
Job(DataTable) -
Constructor for class org.bibalex.daf.entities.job.Job
Represents the state of the job.
Direct known sub classes are: CheckingInState, StartingState, FinishingState, RedirectingState, RejectingState, UploadingState, DownloadingState and ChangingJobTypeState.
JobState() -
Constructor for class org.bibalex.daf.entities.job.JobState