org.apache.stratos.manager.deploy.service
Class ServiceDeploymentManager

java.lang.Object
  extended by org.apache.stratos.manager.deploy.service.ServiceDeploymentManager

public class ServiceDeploymentManager
extends Object


Constructor Summary
ServiceDeploymentManager()
           
 
Method Summary
 Service deployService(String type, String autoscalingPolicyName, String deploymentPolicyName, int tenantId, String tenantRange, String tenantDomain, String userName)
           
 Service getService(String type)
           
 Collection<Service> getServices()
           
 void undeployService(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDeploymentManager

public ServiceDeploymentManager()
Method Detail

deployService

public Service deployService(String type,
                             String autoscalingPolicyName,
                             String deploymentPolicyName,
                             int tenantId,
                             String tenantRange,
                             String tenantDomain,
                             String userName)
                      throws ADCException,
                             UnregisteredCartridgeException,
                             ServiceAlreadyDeployedException
Throws:
ADCException
UnregisteredCartridgeException
ServiceAlreadyDeployedException

getService

public Service getService(String type)
                   throws ADCException
Throws:
ADCException

getServices

public Collection<Service> getServices()
                                throws ADCException
Throws:
ADCException

undeployService

public void undeployService(String type)
                     throws ADCException
Throws:
ADCException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.