protected class NullImplementation.NullPersistentStore.Token extends Object implements Continuation<Boolean>
NullImplementation.NullPersistentStore.begin(Collector, Object).| Constructor | Description |
|---|---|
Token(Collector<Object> collector,
Object oReceipt) |
Construct a new Token.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
proceed(Boolean FSuccess) |
Resume the execution after the completion of an asynchronous call.
|
public void proceed(Boolean FSuccess)
proceed in interface Continuation<Boolean>FSuccess - the result of the execution preceding this continuation