public class JobNotifyRecord extends JobRecord
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected int |
failRetryCount
Fail retry count; -1 if none currently set
|
protected long |
failTime
Fail time; -1L if none currently set
|
jobID, wasStarted
Constructor and Description |
---|
JobNotifyRecord(Long jobID,
long failTime,
int failRetryCount)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getFailRetryCount()
Get the hard fail retry count.
|
long |
getFailTime()
Get the hard fail time.
|
getJobID, noteStarted, wasStarted
public static final String _rcsid
protected final long failTime
protected final int failRetryCount
public JobNotifyRecord(Long jobID, long failTime, int failRetryCount)