Class JobManager.JobqueueRecord
- java.lang.Object
-
- org.apache.manifoldcf.crawler.jobs.JobManager.JobqueueRecord
-
- Enclosing class:
- JobManager
protected static class JobManager.JobqueueRecord extends java.lang.ObjectClass for tracking existing jobqueue row data
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.LongcheckTimeValueprotected java.lang.LongrecordIDprotected intstatus
-
Constructor Summary
Constructors Constructor Description JobqueueRecord(java.lang.Long recordID, int status, java.lang.Long checkTimeValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetCheckTimeValue()java.lang.LonggetRecordID()intgetStatus()
-