|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Deprecated. In releases following 3.6 customization will be declarative.
protected static interface SessionHelper.Task
Interface for detecting when a Runnable Task has completed.
| Method Summary | |
|---|---|
boolean |
isDone()Deprecated. Indicate if the task has completed. |
boolean |
isSucceeded()Deprecated. Indicates wheter the task has succeeded (accomplished what it was intended to do) or not. |
void |
setDone(boolean fDone)Deprecated. Specify if the task has completed. |
void |
setSucceeded(boolean fSucceeded)Deprecated. Specify whether the task has succeeded or not. |
| 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()
void setSucceeded(boolean fSucceeded)
fSucceeded - true if the task has succeeded.boolean isSucceeded()
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||