|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TaskManager.Task
The interface that tasks must implement
Method Summary | |
---|---|
boolean |
runAfter(List tasks,
int size)
Return true if this task must be run after at least one task in the given task list with an index less than size (size may be less then tasks.size()). |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
boolean runAfter(List tasks, int size)
tasks
- the tasks to consider. A read-only List, with all
elements instanceof Task.size
- elements with index less than size should be considered
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |