Package com.hmsonline.virgil

Examples of com.hmsonline.virgil.VirgilService


  @Override
  protected void run(AbstractService<VirgilConfiguration> service, VirgilConfiguration config, CommandLine params)
      throws Exception {
    assert (service instanceof VirgilService);
    VirgilService virgil = (VirgilService) service;
    CassandraStorage storage = this.createCassandraStorage(params, config);
    virgil.setStorage(storage);
    virgil.setConfig(config);
    super.run(service, config, params);
  }
View Full Code Here

TOP

Related Classes of com.hmsonline.virgil.VirgilService

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.