Package com.ibm.jbatch.tck.utils
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 Summary
Constructors Constructor Description TCKJobExecutionWrapper(jakarta.batch.runtime.JobExecution jobExecution, jakarta.batch.operations.JobOperator jobOp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.batch.runtime.BatchStatus
getBatchStatus()
Date
getCreateTime()
Date
getEndTime()
long
getExecutionId()
String
getExitStatus()
long
getInstanceId()
String
getJobName()
Properties
getJobParameters()
Date
getLastUpdatedTime()
Date
getStartTime()
-
-
-
Method Detail
-
getExecutionId
public long getExecutionId()
- Specified by:
getExecutionId
in interfacejakarta.batch.runtime.JobExecution
-
getJobName
public String getJobName()
- Specified by:
getJobName
in interfacejakarta.batch.runtime.JobExecution
-
getBatchStatus
public jakarta.batch.runtime.BatchStatus getBatchStatus()
- Specified by:
getBatchStatus
in interfacejakarta.batch.runtime.JobExecution
-
getStartTime
public Date getStartTime()
- Specified by:
getStartTime
in interfacejakarta.batch.runtime.JobExecution
-
getEndTime
public Date getEndTime()
- Specified by:
getEndTime
in interfacejakarta.batch.runtime.JobExecution
-
getExitStatus
public String getExitStatus()
- Specified by:
getExitStatus
in interfacejakarta.batch.runtime.JobExecution
-
getCreateTime
public Date getCreateTime()
- Specified by:
getCreateTime
in interfacejakarta.batch.runtime.JobExecution
-
getLastUpdatedTime
public Date getLastUpdatedTime()
- Specified by:
getLastUpdatedTime
in interfacejakarta.batch.runtime.JobExecution
-
getJobParameters
public Properties getJobParameters()
- Specified by:
getJobParameters
in interfacejakarta.batch.runtime.JobExecution
-
getInstanceId
public long getInstanceId() throws jakarta.batch.operations.NoSuchJobExecutionException, jakarta.batch.operations.JobSecurityException
- Specified by:
getInstanceId
in interfaceTCKJobExecution
- Throws:
jakarta.batch.operations.NoSuchJobExecutionException
jakarta.batch.operations.JobSecurityException
-
-