|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJobResult
This structure is a representation of a particular scheduled job run.
Once a job run has completed, an new IJobResult will be
generated and kept by the scheduler for later historical querying.
| Method Summary | |
|---|---|
Date |
getCompletionDate()
The end date/time of the job run |
String |
getId()
The unique id of the job run. |
Map<String,Serializable> |
getJobParams()
The job parameters used during this job run. |
Date |
getStartDate()
The start date/time of the job run |
| Method Detail |
|---|
String getId()
Map<String,Serializable> getJobParams()
Date getStartDate()
Date getCompletionDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||