Uses of Class
org.apache.stratos.manager.exception.UnregisteredCartridgeException

Packages that use UnregisteredCartridgeException
org.apache.stratos.manager.behaviour   
org.apache.stratos.manager.deploy.service   
org.apache.stratos.manager.deploy.service.multitenant.lb   
org.apache.stratos.manager.lb.category   
org.apache.stratos.manager.manager   
org.apache.stratos.manager.subscription   
org.apache.stratos.manager.subscription.tenancy   
org.apache.stratos.manager.subscription.utils   
org.apache.stratos.manager.utils   
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.behaviour
 

Methods in org.apache.stratos.manager.behaviour that throw UnregisteredCartridgeException
 void CartridgeMgtBehaviour.register(org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo cartridgeInfo, Cluster cluster, PayloadData payloadData, String autoscalePolicyName, String deploymentPolicyName, org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.deploy.service
 

Methods in org.apache.stratos.manager.deploy.service that throw UnregisteredCartridgeException
 void Service.deploy(org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 Service ServiceDeploymentManager.deployService(String type, String autoscalingPolicyName, String deploymentPolicyName, int tenantId, String tenantRange, String tenantDomain, String userName)
           
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.deploy.service.multitenant.lb
 

Methods in org.apache.stratos.manager.deploy.service.multitenant.lb that throw UnregisteredCartridgeException
 void MultiTenantLBService.deploy(org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.lb.category
 

Methods in org.apache.stratos.manager.lb.category that throw UnregisteredCartridgeException
 void DefaultLoadBalancerCategory.register(org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo cartridgeInfo, Cluster cluster, PayloadData payloadData, String autoscalePolicyName, String deploymentPolicyName, org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 void ServiceLevelLoadBalancerCategory.register(org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo cartridgeInfo, Cluster cluster, PayloadData payloadData, String autoscalePolicyName, String deploymentPolicyName, org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 void ExistingLoadBalancerCategory.register(org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo cartridgeInfo, Cluster cluster, PayloadData payloadData, String autoscalePolicyName, String deploymentPolicyName, org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.manager
 

Methods in org.apache.stratos.manager.manager that throw UnregisteredCartridgeException
 SubscriptionInfo CartridgeSubscriptionManager.subscribeToCartridgeWithProperties(SubscriptionData subscriptionData)
           
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.subscription
 

Methods in org.apache.stratos.manager.subscription that throw UnregisteredCartridgeException
 void LBCartridgeSubscription.createSubscription(Subscriber subscriber, String alias, String autoscalingPolicy, String deploymentPolicyName, Repository repository)
           
 void CartridgeSubscription.createSubscription(Subscriber subscriber, String alias, String autoscalingPolicy, String deploymentPolicyName, Repository repository)
          Subscribes to this cartridge subscription
 CartridgeSubscriptionInfo LBCartridgeSubscription.registerSubscription(org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 CartridgeSubscriptionInfo DataCartridgeSubscription.registerSubscription(org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 CartridgeSubscriptionInfo CartridgeSubscription.registerSubscription(org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
          Registers the subscription
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.subscription.tenancy
 

Methods in org.apache.stratos.manager.subscription.tenancy that throw UnregisteredCartridgeException
 void SubscriptionMultiTenantBehaviour.register(org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo cartridgeInfo, Cluster cluster, PayloadData payloadData, String autoscalePolicyName, String deploymentPolicyName, org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.subscription.utils
 

Methods in org.apache.stratos.manager.subscription.utils that throw UnregisteredCartridgeException
static LBDataContext CartridgeSubscriptionUtils.getLoadBalancerDataContext(int tenantId, String serviceType, String deploymentPolicyName, org.apache.stratos.cloud.controller.stub.pojo.LoadbalancerConfig lbConfig)
           
 

Uses of UnregisteredCartridgeException in org.apache.stratos.manager.utils
 

Methods in org.apache.stratos.manager.utils that throw UnregisteredCartridgeException
static void ApplicationManagementUtil.registerService(String cartridgeType, String domain, String subDomain, StringBuilder payload, String tenantRange, String hostName, String autoscalingPoliyName, String deploymentPolicyName, org.apache.stratos.cloud.controller.stub.pojo.Properties properties)
           
 



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