|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.JobStartRecord
public class JobStartRecord
This class is a paper object which contains a job ID and a last job start time (0 if none).
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected java.lang.Long |
jobID
The job id. |
protected long |
synchTime
The last synch time |
protected boolean |
wasStarted
Whether this job was started or not |
| Constructor Summary | |
|---|---|
JobStartRecord(java.lang.Long jobID,
long synchTime)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getJobID()
Get the job ID. |
long |
getSynchTime()
Get the synch time. |
void |
noteStarted()
Note that the job was started. |
boolean |
wasStarted()
Check whether job was started. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
protected java.lang.Long jobID
protected long synchTime
protected boolean wasStarted
| Constructor Detail |
|---|
public JobStartRecord(java.lang.Long jobID,
long synchTime)
| Method Detail |
|---|
public java.lang.Long getJobID()
public long getSynchTime()
public void noteStarted()
public boolean wasStarted()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||