Package org.apache.stratos.manager.deploy.service.multitenant.lb

Examples of org.apache.stratos.manager.deploy.service.multitenant.lb.MultiTenantLBService.deploy()


        // add LB category to the payload
        lbService.getPayloadData().add(CartridgeConstants.LB_CATEGORY, lbDataCtxt.getLbCategory());

        // delpoy
        lbService.deploy(lbProperties);

        // persist
        persist(lbService);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.