|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobSchedulerEntry
Interface for classes holding scheduled job entries.
| Method Summary | |
|---|---|
String |
getJobName()
The name of the role/class of the job |
String |
getName()
Return name of entry. |
Date |
getNextTime()
Retrieve time when this job should run next. |
String |
getSchedule()
Get a human readable representation of the schedule of this entry. |
boolean |
isRunning()
Is this job currently running? |
| Method Detail |
|---|
String getJobName()
String getName()
Date getNextTime()
boolean isRunning()
String getSchedule()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||