Class CheckJobStatus


  • public class CheckJobStatus
    extends Object
    Class used internally to help determine current job status
    Version:
    1.0
    Author:
    Frank Giordano
    • Constructor Detail

      • CheckJobStatus

        public CheckJobStatus​(boolean statusFound,
                              Job job)
        CheckJobStatus constructor
        Parameters:
        statusFound - holds if job status was found or not
        job - job used for status checking
    • Method Detail

      • getJob

        public Job getJob()
        Retrieve job specified
        Returns:
        job value
      • isStatusFound

        public boolean isStatusFound()
        Retrieve statusFound specified
        Returns:
        true or false value