|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuws.job.timerTask.DestructionTimerTask
public final class DestructionTimerTask
Task that the destruction timer of a job must trigger: only call the JobList.destroyJob(String) method.
AbstractJob.setTaskDestruction(JobTimerTask),
AbstractJob.setDestructionTime(java.util.Date),
Serialized Form| Field Summary | |
|---|---|
protected AbstractJob |
job
|
protected JobList<? extends AbstractJob> |
jobList
|
| Constructor Summary | |
|---|---|
DestructionTimerTask(JobList<? extends AbstractJob> jl,
AbstractJob j)
|
|
| Method Summary | |
|---|---|
void |
run()
The task that the timer must execute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final JobList<? extends AbstractJob> jobList
protected final AbstractJob job
| Constructor Detail |
|---|
public DestructionTimerTask(JobList<? extends AbstractJob> jl,
AbstractJob j)
| Method Detail |
|---|
public void run()
JobTimerTask
run in interface JobTimerTask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||