|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadOnlyTaskExecutorStatus
This interface defines a read-only view of a TaskExecutorStatus
. It
is used where read only information about the task execution should be
published.
The synchronization locks that protect the task executor's status are not accessible from implementations of this interface.
Method Summary | |
---|---|
boolean |
hasErrors()
Have there been errors when executing tasks? |
boolean |
isDone()
Is the TaskExecutor finished? |
Method Detail |
---|
boolean hasErrors()
true
if there have been errors.boolean isDone()
TaskExecutor
finished?
true
if the task executor is finished.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |