org.apache.stratos.manager.deploy.service.multitenant
Class MultiTenantService

java.lang.Object
  extended by org.apache.stratos.manager.behaviour.CartridgeMgtBehaviour
      extended by org.apache.stratos.manager.deploy.service.Service
          extended by org.apache.stratos.manager.deploy.service.multitenant.MultiTenantService
All Implemented Interfaces:
Serializable

public class MultiTenantService
extends Service

See Also:
Serialized Form

Constructor Summary
MultiTenantService(String type, String autoscalingPolicyName, String deploymentPolicyName, int tenantId, org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo cartridgeInfo, String tenantRange)
           
 
Method Summary
 
Methods inherited from class org.apache.stratos.manager.deploy.service.Service
create, deploy, generateClusterId, getAutoscalingPolicyName, getCartridgeInfo, getCluster, getClusterId, getDeploymentPolicyName, getHostName, getPayloadData, getSubscriptionKey, getTenantId, getTenantRange, getType, setAutoscalingPolicyName, setCartridgeInfo, setCluster, setClusterId, setDeploymentPolicyName, setHostName, setPayloadData, setSubscriptionKey, setTenantId, setTenantRange, setType, undeploy
 
Methods inherited from class org.apache.stratos.manager.behaviour.CartridgeMgtBehaviour
create, createPayload, generateHostName, register, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTenantService

public MultiTenantService(String type,
                          String autoscalingPolicyName,
                          String deploymentPolicyName,
                          int tenantId,
                          org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo cartridgeInfo,
                          String tenantRange)


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