Package com.ibm.jbatch.tck.spi
package com.ibm.jbatch.tck.spi
The "porting package" SPI defined purely for the purpose of executing the
TCK (which the typical implementation will NOT need to implement).
This provides a way for the TCK to determine test execution results in a more convenient manner than if we had to only rely on the Jakarta Batch specification-defined APIs.
The TCK itself ships with a default implementation of this SPI (using polling). The expectation therefore is that the typical Jakarta Batch implementation will not need to implement this SPI, but will use the default implementation.
For more details, see the documentation in the Jakarta Batch TCK Reference Guide, included within the TCK binary.
- See Also:
-
ClassDescriptionException thrown by JobExecutionWaiterWaiter to wait for a JobExecution to reach a "final" state, (i.e.Factory class for JobExecutionWaiter