public interface JobExecution
Modifier and Type | Method and Description |
---|---|
BatchStatus |
getBatchStatus()
Get batch status of this execution.
|
Date |
getCreateTime()
Get time execution was created.
|
Date |
getEndTime()
Get time execution entered end status: COMPLETED, STOPPED, FAILED.
|
long |
getExecutionId()
Get unique id for this JobExecution.
|
String |
getExitStatus()
Get execution exit status.
|
String |
getJobName()
Get job name.
|
Properties |
getJobParameters()
Get job parameters for this execution.
|
Date |
getLastUpdatedTime()
Get time execution was last updated updated.
|
Date |
getStartTime()
Get time execution entered STARTED status.
|
long getExecutionId()
String getJobName()
BatchStatus getBatchStatus()
Date getStartTime()
Date getEndTime()
String getExitStatus()
Date getCreateTime()
Date getLastUpdatedTime()
Properties getJobParameters()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.