Package com.opengamma.financial.user.rest

Examples of com.opengamma.financial.user.rest.DataFinancialUserManagerResource


    ComponentInfo info = new ComponentInfo(FinancialUserManager.class, getClassifier());
    info.addAttribute(ComponentInfoAttributes.TIMEOUT, getClientTimeOut().toString());
    repo.registerComponent(info, manager);
   
    if (isPublishRest()) {
      DataFinancialUserManagerResource resource = new DataFinancialUserManagerResource(manager);
      repo.getRestComponents().publish(info, resource);
    }
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.user.rest.DataFinancialUserManagerResource

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.