|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JobExecution
| Method Summary | |
|---|---|
BatchStatus |
getBatchStatus()
Get batch status of this execution. |
java.util.Date |
getCreateTime()
Get time execution was created. |
java.util.Date |
getEndTime()
Get time execution entered end status: COMPLETED, STOPPED, FAILED |
long |
getExecutionId()
Get unique id for this JobExecution. |
java.lang.String |
getExitStatus()
Get execution exit status. |
java.lang.String |
getJobName()
Get job name. |
java.util.Properties |
getJobParameters()
Get job parameters for this execution. |
java.util.Date |
getLastUpdatedTime()
Get time execution was last updated updated. |
java.util.Date |
getStartTime()
Get time execution entered STARTED status. |
| Method Detail |
|---|
long getExecutionId()
java.lang.String getJobName()
BatchStatus getBatchStatus()
java.util.Date getStartTime()
java.util.Date getEndTime()
java.lang.String getExitStatus()
java.util.Date getCreateTime()
java.util.Date getLastUpdatedTime()
java.util.Properties getJobParameters()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||