Class JobNotifyRecord
- java.lang.Object
-
- org.apache.manifoldcf.crawler.interfaces.JobRecord
-
- org.apache.manifoldcf.crawler.interfaces.JobNotifyRecord
-
public class JobNotifyRecord extends JobRecord
This class is a paper object which contains a job ID.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsidprotected intfailRetryCountFail retry count; -1 if none currently setprotected longfailTimeFail time; -1L if none currently set-
Fields inherited from class org.apache.manifoldcf.crawler.interfaces.JobRecord
jobID, wasStarted
-
-
Constructor Summary
Constructors Constructor Description JobNotifyRecord(java.lang.Long jobID, long failTime, int failRetryCount)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFailRetryCount()Get the hard fail retry count.longgetFailTime()Get the hard fail time.-
Methods inherited from class org.apache.manifoldcf.crawler.interfaces.JobRecord
getJobID, noteStarted, wasStarted
-
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
failTime
protected final long failTime
Fail time; -1L if none currently set
-
failRetryCount
protected final int failRetryCount
Fail retry count; -1 if none currently set
-
-