Interface JobExecution


public interface JobExecution
Provides a view of a job execution to the JobOperator.
  • Method Details Link icon

    • getExecutionId Link icon

      long getExecutionId()
      Get unique id for this JobExecution.
      Returns:
      execution id
    • getJobName Link icon

      String getJobName()
      Get job name.
      Returns:
      value of 'id' attribute from <job>
    • getBatchStatus Link icon

      BatchStatus getBatchStatus()
      Get batch status of this execution.
      Returns:
      batch status value.
    • getStartTime Link icon

      Date getStartTime()
      Get time execution entered STARTED status.
      Returns:
      date (time)
    • getEndTime Link icon

      Date getEndTime()
      Get time execution entered end status: COMPLETED, STOPPED, FAILED.
      Returns:
      date (time)
    • getExitStatus Link icon

      String getExitStatus()
      Get execution exit status.
      Returns:
      exit status.
    • getCreateTime Link icon

      Date getCreateTime()
      Get time execution was created.
      Returns:
      date (time)
    • getLastUpdatedTime Link icon

      Date getLastUpdatedTime()
      Get time execution was last updated updated.
      Returns:
      date (time)
    • getJobParameters Link icon

      Properties getJobParameters()
      Get job parameters for this execution.
      Returns:
      job parameters