Package com.opengamma.core.security.impl

Examples of com.opengamma.core.security.impl.NonVersionedRedisSecuritySource$GetWorker


  @PropertyDefinition
  private boolean _publishRest = true;
 
  @Override
  public void init(ComponentRepository repo, LinkedHashMap<String, String> configuration) throws Exception {
    NonVersionedRedisSecuritySource source = new NonVersionedRedisSecuritySource(getRedisConnector().getJedisPool(), getRedisPrefix());
   
    ComponentInfo sourceInfo = new ComponentInfo(SecuritySource.class, getClassifier());
    sourceInfo.addAttribute(ComponentInfoAttributes.LEVEL, 1);
    sourceInfo.addAttribute(ComponentInfoAttributes.REMOTE_CLIENT_JAVA, RemoteSecuritySource.class);
    repo.registerComponent(sourceInfo, source);
View Full Code Here

TOP

Related Classes of com.opengamma.core.security.impl.NonVersionedRedisSecuritySource$GetWorker

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.