Package com.opengamma.engine.calcnode

Examples of com.opengamma.engine.calcnode.CalcNodeSocketConfiguration


   *
   * @param repo the repository to register with, not null
   * @param appContext the Spring application context, not null
   */
  protected void initCalcNodeSocketConfiguration(final ComponentRepository repo, final GenericApplicationContext appContext) {
    final CalcNodeSocketConfiguration calcNodeSocketConfig = appContext.getBean(CalcNodeSocketConfiguration.class);
    final ComponentInfo info = new ComponentInfo(CalcNodeSocketConfiguration.class, getClassifier());
    repo.registerComponent(info, calcNodeSocketConfig);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.engine.calcnode.CalcNodeSocketConfiguration

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.