- All Implemented Interfaces:
- java.io.Serializable
public class AsyncJobWait
extends java.lang.Object
implements java.io.Serializable
Wait for a job to start Executing. This is a helper class for Structural
Jobs to ensure that the child job has moved from the ready state before it
starts reflecting child states. Without the wait it's very difficult to
check tests because a late starting asynchronous job would cause this
job to have states READY-EXECUTING-READY-ACTIVE as opposed to
READY-EXECUTING-ACTIVE which is what is expected.
- See Also:
- Serialized Form
- Author:
- rob