Package org.apache.stratos.autoscaler.commands

Examples of org.apache.stratos.autoscaler.commands.DeploymentPolicyCommands


  public void start(BundleContext context) throws Exception {
      if(log.isDebugEnabled())
        log.debug("AutoScaler bundle is activated.");
     
    context.registerService(CommandProvider.class.getName(),new ASPolicyCommands(), null);
    context.registerService(CommandProvider.class.getName(),new DeploymentPolicyCommands(), null);
    context.registerService(CommandProvider.class.getName(),new PartitionsCommands(), null);
  }
View Full Code Here

TOP

Related Classes of org.apache.stratos.autoscaler.commands.DeploymentPolicyCommands

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.