See: Description
Interface | Description |
---|---|
JobExecutionWaiter |
Waiter to wait for a JobExecution to reach a "final" state, (i.e.
|
JobExecutionWaiterFactory |
Factory class for JobExecutionWaiter
|
Exception | Description |
---|---|
JobExecutionTimeoutException |
Exception thrown by JobExecutionWaiter
|
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.
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0