Class JobManager.JobqueueRecord

  • Enclosing class:
    JobManager

    protected static class JobManager.JobqueueRecord
    extends java.lang.Object
    Class for tracking existing jobqueue row data
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Long checkTimeValue  
      protected java.lang.Long recordID  
      protected int status  
    • Constructor Summary

      Constructors 
      Constructor Description
      JobqueueRecord​(java.lang.Long recordID, int status, java.lang.Long checkTimeValue)  
    • Field Detail

      • recordID

        protected java.lang.Long recordID
      • status

        protected int status
      • checkTimeValue

        protected java.lang.Long checkTimeValue
    • Constructor Detail

      • JobqueueRecord

        public JobqueueRecord​(java.lang.Long recordID,
                              int status,
                              java.lang.Long checkTimeValue)
    • Method Detail

      • getRecordID

        public java.lang.Long getRecordID()
      • getStatus

        public int getStatus()
      • getCheckTimeValue

        public java.lang.Long getCheckTimeValue()