|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Continuation
Continuation interface is used to implement asynchronous post-processing, the pattern that is also known as the "Continuation-passing style".
| Method Summary | |
|---|---|
void |
proceed(java.lang.Object oResult)Resume the execution after the completion of an asynchronous call. |
| Method Detail |
|---|
void proceed(java.lang.Object oResult)
oResult - the result of the execution preceding this continuation
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||