Class CompletedJob


  • public class CompletedJob
    extends Object
    This class stores some data about long running jobs which have completed It stores job,id,the time of completion the location of the jobs file
    Author:
    Bhakti Mehta
    • Constructor Detail

      • CompletedJob

        public CompletedJob​(String id,
                            long completionTime,
                            File jobsFile)
    • Method Detail

      • getCompletionTime

        public long getCompletionTime()
      • getId

        public String getId()
      • getJobsFile

        public File getJobsFile()