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