public class TCKJobExecutionWrapper extends Object implements TCKJobExecution
Constructor and Description |
---|
TCKJobExecutionWrapper(jakarta.batch.runtime.JobExecution jobExecution,
jakarta.batch.operations.JobOperator jobOp) |
Modifier and Type | Method and Description |
---|---|
jakarta.batch.runtime.BatchStatus |
getBatchStatus() |
Date |
getCreateTime() |
Date |
getEndTime() |
long |
getExecutionId() |
String |
getExitStatus() |
long |
getInstanceId() |
String |
getJobName() |
Properties |
getJobParameters() |
Date |
getLastUpdatedTime() |
Date |
getStartTime() |
public TCKJobExecutionWrapper(jakarta.batch.runtime.JobExecution jobExecution, jakarta.batch.operations.JobOperator jobOp)
public long getExecutionId()
getExecutionId
in interface jakarta.batch.runtime.JobExecution
public String getJobName()
getJobName
in interface jakarta.batch.runtime.JobExecution
public jakarta.batch.runtime.BatchStatus getBatchStatus()
getBatchStatus
in interface jakarta.batch.runtime.JobExecution
public Date getStartTime()
getStartTime
in interface jakarta.batch.runtime.JobExecution
public Date getEndTime()
getEndTime
in interface jakarta.batch.runtime.JobExecution
public String getExitStatus()
getExitStatus
in interface jakarta.batch.runtime.JobExecution
public Date getCreateTime()
getCreateTime
in interface jakarta.batch.runtime.JobExecution
public Date getLastUpdatedTime()
getLastUpdatedTime
in interface jakarta.batch.runtime.JobExecution
public Properties getJobParameters()
getJobParameters
in interface jakarta.batch.runtime.JobExecution
public long getInstanceId() throws jakarta.batch.operations.NoSuchJobExecutionException, jakarta.batch.operations.JobSecurityException
getInstanceId
in interface TCKJobExecution
jakarta.batch.operations.NoSuchJobExecutionException
jakarta.batch.operations.JobSecurityException
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0