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>
  • Constructor Details

    • Token

      public Token(Collector<Object> collector, Object oReceipt)
      Construct a new Token.
      Parameters:
      collector - the Collector used by the Token
      oReceipt - the receipt used by the Token
  • Method Details

    • proceed

      public void proceed(Boolean FSuccess)
      Resume the execution after the completion of an asynchronous call.
      Specified by:
      proceed in interface Continuation<Boolean>
      Parameters:
      FSuccess - the result of the execution preceding this continuation