Package com.ibm.jbatch.tck.utils
Interface TCKJobExecution
- All Superinterfaces:
jakarta.batch.runtime.JobExecution
- All Known Implementing Classes:
TCKJobExecutionWrapper
public interface TCKJobExecution
extends jakarta.batch.runtime.JobExecution
-
Method Summary
Methods inherited from interface jakarta.batch.runtime.JobExecution
getBatchStatus, getCreateTime, getEndTime, getExecutionId, getExitStatus, getJobName, getJobParameters, getLastUpdatedTime, getStartTime
-
Method Details
-
getInstanceId
long getInstanceId() throws jakarta.batch.operations.JobSecurityException, jakarta.batch.operations.NoSuchJobExecutionException- Throws:
jakarta.batch.operations.JobSecurityException
jakarta.batch.operations.NoSuchJobExecutionException
-