Class TCKJobExecutionWrapper

java.lang.Object
com.ibm.jbatch.tck.utils.TCKJobExecutionWrapper
All Implemented Interfaces:
TCKJobExecution, jakarta.batch.runtime.JobExecution

public class TCKJobExecutionWrapper extends Object implements TCKJobExecution
  • Constructor Details

    • TCKJobExecutionWrapper

      public TCKJobExecutionWrapper(jakarta.batch.runtime.JobExecution jobExecution, jakarta.batch.operations.JobOperator jobOp)
  • Method Details

    • getExecutionId

      public long getExecutionId()
      Specified by:
      getExecutionId in interface jakarta.batch.runtime.JobExecution
    • getJobName

      public String getJobName()
      Specified by:
      getJobName in interface jakarta.batch.runtime.JobExecution
    • getBatchStatus

      public jakarta.batch.runtime.BatchStatus getBatchStatus()
      Specified by:
      getBatchStatus in interface jakarta.batch.runtime.JobExecution
    • getStartTime

      public Date getStartTime()
      Specified by:
      getStartTime in interface jakarta.batch.runtime.JobExecution
    • getEndTime

      public Date getEndTime()
      Specified by:
      getEndTime in interface jakarta.batch.runtime.JobExecution
    • getExitStatus

      public String getExitStatus()
      Specified by:
      getExitStatus in interface jakarta.batch.runtime.JobExecution
    • getCreateTime

      public Date getCreateTime()
      Specified by:
      getCreateTime in interface jakarta.batch.runtime.JobExecution
    • getLastUpdatedTime

      public Date getLastUpdatedTime()
      Specified by:
      getLastUpdatedTime in interface jakarta.batch.runtime.JobExecution
    • getJobParameters

      public Properties getJobParameters()
      Specified by:
      getJobParameters in interface jakarta.batch.runtime.JobExecution
    • getInstanceId

      public long getInstanceId() throws jakarta.batch.operations.NoSuchJobExecutionException, jakarta.batch.operations.JobSecurityException
      Specified by:
      getInstanceId in interface TCKJobExecution
      Throws:
      jakarta.batch.operations.NoSuchJobExecutionException
      jakarta.batch.operations.JobSecurityException