|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessFuture
Future token to indicate a ProcessState has completed.
On completion of the ProcessState a
will also be invoked on the object implementing this interface to allow
"immediate" awareness of the completion of the #notifyAll()ProcessState.
The reason for the is to allow blocking
#notifyAll()Thread instances waiting on the ProcessState to be complete
to be notified rather than having to poll the isComplete() method.
Please note that is only run once on
completion of the #notifyAll()ProcessState and blocking Thread instances
should not wait indefinitely for this to occur.
| Method Summary | |
|---|---|
boolean |
isComplete()
Indicates whether the JobSequence has completed. |
| Method Detail |
|---|
boolean isComplete()
JobSequence has completed.
true if the JobSequence has completed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||