org.apache.manifoldcf.crawler.jobs
Class JobManager.JobqueueRecord

java.lang.Object
  extended by 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


Field Summary
protected  java.lang.Long checkTimeValue
           
protected  java.lang.Long recordID
           
protected  int status
           
 
Constructor Summary
JobManager.JobqueueRecord(java.lang.Long recordID, int status, java.lang.Long checkTimeValue)
           
 
Method Summary
 java.lang.Long getCheckTimeValue()
           
 java.lang.Long getRecordID()
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recordID

protected java.lang.Long recordID

status

protected int status

checkTimeValue

protected java.lang.Long checkTimeValue
Constructor Detail

JobManager.JobqueueRecord

public JobManager.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()