Package com.tangosol.util
Class NullImplementation.NullPersistentStore.Token
- java.lang.Object
-
- com.tangosol.util.NullImplementation.NullPersistentStore.Token
-
- All Implemented Interfaces:
Continuation<Boolean>
- Enclosing class:
- NullImplementation.NullPersistentStore<R>
protected class NullImplementation.NullPersistentStore.Token extends Object implements Continuation<Boolean>
Token returned byNullImplementation.NullPersistentStore.begin(Collector, Object)
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
proceed(Boolean FSuccess)
Resume the execution after the completion of an asynchronous call.
-
-
-
Method Detail
-
proceed
public void proceed(Boolean FSuccess)
Resume the execution after the completion of an asynchronous call.- Specified by:
proceed
in interfaceContinuation<Boolean>
- Parameters:
FSuccess
- the result of the execution preceding this continuation
-
-