Package com.opengamma.engine.depgraph.ResolvedValueCallback

Examples of com.opengamma.engine.depgraph.ResolvedValueCallback.ResolvedValueCallbackChain.failed()


        if (inputProducer != null) {
          inputProducer.addCallback(context, callback);
          inputProducer.release(context);
        } else {
          getTask().setRecursionDetected();
          callback.failed(context, inputRequirement, context.recursiveRequirement(inputRequirement));
        }
      }
      if (lock.decrementAndGet() == 0) {
        s_logger.debug("Additional requirements complete");
        return pushResult(context, substituteWorker, inputs, resolvedOutput, resolvedOutputs, lastWorkerResult);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.