|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobExecutable
Interface for instance base job.
| Method Summary | |
|---|---|
Object |
execute(org.quartz.JobDataMap params)
|
String |
getArgumentString()
|
String |
getName()
get name used to uniquely recognize this job. |
void |
stop(Thread thread)
stop execution immediately. |
| Method Detail |
|---|
Object execute(org.quartz.JobDataMap params)
throws InterruptedException
params -
InterruptedExceptionString getName()
String getArgumentString()
void stop(Thread thread)
thread -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||