Class TCKJobExecutionWrapper

    • Constructor Detail

      • TCKJobExecutionWrapper

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

      • 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