Package com.opengamma.financial.view.rest

Examples of com.opengamma.financial.view.rest.DataViewProcessorResource


    if (getJmsBrokerUri() != null) {
      info.addAttribute(ComponentInfoAttributes.JMS_BROKER_URI, getJmsBrokerUri());
    }
    repo.registerComponent(info, viewProcessor);
    if (isPublishRest()) {
      final DataViewProcessorResource vpResource = new DataViewProcessorResource(viewProcessor, repo.getInstance(FunctionCompilationContext.class, "main").getRawComputationTargetResolver(),
          getVolatilityCubeDefinitionSource(), getJmsConnector(), getFudgeContext(), getScheduler(), getHistoricalTimeSeriesSource());
      repo.getRestComponents().publish(info, vpResource);
    }
    if (getJmsConnector() != null && viewProcessor instanceof ViewProcessorInternal) {
      ViewProcessAvailabilityNotificationListener listener =
View Full Code Here

TOP

Related Classes of com.opengamma.financial.view.rest.DataViewProcessorResource

Copyright © 2018 www.massapicom. 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.