public interface Job
Modifier and Type | Method and Description |
---|---|
void |
dropped()
the router is extremely overloaded, so this job has been dropped.
|
Exception |
getAddedBy() |
long |
getJobId()
unique id
|
String |
getName()
Descriptive name of the task
|
JobTiming |
getTiming()
Timing criteria for the task
|
void |
runJob()
Actually perform the task.
|
String getName()
long getJobId()
JobTiming getTiming()
void runJob()
Exception getAddedBy()
void dropped()