org.apache.manifoldcf.crawler.jobs
Class JobManager.JobqueueRecord
java.lang.Object
org.apache.manifoldcf.crawler.jobs.JobManager.JobqueueRecord
- Enclosing class:
- JobManager
protected static class JobManager.JobqueueRecord
- extends java.lang.Object
Class for tracking existing jobqueue row data
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recordID
protected java.lang.Long recordID
status
protected int status
checkTimeValue
protected java.lang.Long checkTimeValue
JobManager.JobqueueRecord
public JobManager.JobqueueRecord(java.lang.Long recordID,
int status,
java.lang.Long checkTimeValue)
getRecordID
public java.lang.Long getRecordID()
getStatus
public int getStatus()
getCheckTimeValue
public java.lang.Long getCheckTimeValue()