public class JobRecord
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
protected java.lang.Long |
jobID
The job id.
|
protected boolean |
wasStarted
Whether this job was started or not
|
| Constructor and Description |
|---|
JobRecord(java.lang.Long jobID)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getJobID()
Get the job ID.
|
void |
noteStarted()
Note that the job was started.
|
boolean |
wasStarted()
Check whether job was started.
|
public static final java.lang.String _rcsid
protected final java.lang.Long jobID
protected boolean wasStarted