org.apache.stratos.manager.deploy.service
Class ServiceDeploymentManager
java.lang.Object
org.apache.stratos.manager.deploy.service.ServiceDeploymentManager
public class ServiceDeploymentManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceDeploymentManager
public ServiceDeploymentManager()
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.