|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface SessionHelper.Task
Interface for detecting when a Runnable Task has completed.
Method Summary | |
---|---|
boolean |
isDone() Indicate if the task has completed. |
void |
setDone(boolean fDone) Specify if the task has completed. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void setDone(boolean fDone)
fDone
- true if the task has completed its execution.boolean isDone()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |