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 by
NullImplementation.NullPersistentStore.begin(Collector, Object)
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Token
Construct a new Token.- Parameters:
collector
- the Collector used by the TokenoReceipt
- the receipt used by the Token
-
-
Method Details
-
proceed
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
-