|
ADJUST IMMEDIATE |
ADJUST FORWARD |
ADJUST BACKWARD |
STRICT PHASING |
Relative Time |
The time of start method invocation plus start time. |
The time of start method invocation plus start time. |
The time of start method invocation plus start time. |
The time of start method invocation plus start time. |
Absolute Time, earlier than call to start |
Release immediately and set next release time to be at the
time the start method was invoked plus period . |
All releases before the time start is called are
ignored. The first release is at the start time plus the smallest
multiple of period whose time is after the time
start was called. |
The first release occurs immediately and the next release is at the
start time plus the smallest multiple of period whose
time is after the time start was called. |
The start method throws an exception. |
Absolute Time, later than call to start |
First release is at time passed to start . |
First release is at time passed to start . |
First release is at time passed to start . |
First release is at time passed to start . |
Without Time |
First release is at time of start method invocation |
First release is at time of start method invocation |
First release is at time of start method invocation |
First release is at time of start method invocation |