protected class NullImplementation.NullPersistentStore.Token extends Object implements com.oracle.coherence.common.base.Continuation<Boolean>
NullImplementation.NullPersistentStore.begin(Collector, Object)
.Constructor and Description |
---|
Token(com.oracle.coherence.common.base.Collector<Object> collector,
Object oReceipt)
Construct a new Token.
|
Modifier and Type | Method and Description |
---|---|
void |
proceed(Boolean FSuccess)
Resume the execution after the completion of an asynchronous call.
|