|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcBlockObserver
An interface perform a one time check of all tasks while each is in the blocked state.
| Method Summary | |
|---|---|
void |
allExistingTasksCompleted()
Called when all the tasks have been handled. |
void |
existingTask(Task task)
Called to deliver a list of existing tasks to the client. |
void |
taskAddFailed(Object task,
Throwable w)
Called when attempting to bind to a specific task fails. |
| Methods inherited from interface frysk.proc.Observer |
|---|
addedTo, addFailed, deletedFrom |
| Method Detail |
|---|
void existingTask(Task task)
void allExistingTasksCompleted()
void taskAddFailed(Object task,
Throwable w)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||