Package org.platformlayer.service.tomcat.model

Examples of org.platformlayer.service.tomcat.model.TomcatService


  public void doOperation() throws OpsException, IOException {
  }

  @Override
  protected void addChildren() throws OpsException {
    TomcatService model = OpsContext.get().getInstance(TomcatService.class);

    InstanceBuilder instance = InstanceBuilder.build(model.dnsName, this, model.getTags());
    instance.minimumMemoryMb = 2048;
    addChild(instance);

    instance.addChild(JavaVirtualMachine.buildJava6());
View Full Code Here

TOP

Related Classes of org.platformlayer.service.tomcat.model.TomcatService

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.