Package de.fzi.herakles.commons.configuration.impl

Examples of de.fzi.herakles.commons.configuration.impl.StrategyConfigurationImp


   * get the strategy configuration, which saves all available load and execution strategies
   * @return strategy configuration object
   */
  public static StrategyConfiguration getStrategyConfiguration(){
    if(strategyConfig == null){
      strategyConfig = new StrategyConfigurationImp();
    }
   
    return strategyConfig;
  }
View Full Code Here

TOP

Related Classes of de.fzi.herakles.commons.configuration.impl.StrategyConfigurationImp

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.