Class NullImplementation.NullPersistentStore.Token

    • Constructor Detail

      • 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 Detail

      • 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