Uses of Class
org.apache.stratos.manager.deploy.service.Service

Packages that use Service
org.apache.stratos.manager.deploy.service   
org.apache.stratos.manager.deploy.service.multitenant   
org.apache.stratos.manager.deploy.service.multitenant.lb   
org.apache.stratos.manager.persistence   
org.apache.stratos.manager.retriever   
org.apache.stratos.manager.subscription.utils   
org.apache.stratos.manager.utils   
 

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

Methods in org.apache.stratos.manager.deploy.service that return Service
 Service ServiceDeploymentManager.deployService(String type, String autoscalingPolicyName, String deploymentPolicyName, int tenantId, String tenantRange, String tenantDomain, String userName)
           
 Service ServiceDeploymentManager.getService(String type)
           
 

Methods in org.apache.stratos.manager.deploy.service that return types with arguments of type Service
 Collection<Service> ServiceDeploymentManager.getServices()
           
 

Uses of Service in org.apache.stratos.manager.deploy.service.multitenant
 

Subclasses of Service in org.apache.stratos.manager.deploy.service.multitenant
 class MultiTenantService
           
 

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

Subclasses of Service in org.apache.stratos.manager.deploy.service.multitenant.lb
 class MultiTenantLBService
           
 

Uses of Service in org.apache.stratos.manager.persistence
 

Methods in org.apache.stratos.manager.persistence that return Service
 Service RegistryBasedPersistenceManager.getDeployedService(String cartridgeType)
           
abstract  Service PersistenceManager.getService(String cartridgeType)
           
 Service RegistryBasedPersistenceManager.getService(String cartridgeType)
           
 

Methods in org.apache.stratos.manager.persistence that return types with arguments of type Service
abstract  Collection<Service> PersistenceManager.getServices()
           
 Collection<Service> RegistryBasedPersistenceManager.getServices()
           
 Collection<Service> RegistryBasedPersistenceManager.traverseAndGetDeloyedServices(String resourcePath)
           
 

Methods in org.apache.stratos.manager.persistence with parameters of type Service
abstract  void PersistenceManager.persistService(Service service)
           
 void RegistryBasedPersistenceManager.persistService(Service service)
           
 

Uses of Service in org.apache.stratos.manager.retriever
 

Methods in org.apache.stratos.manager.retriever that return Service
 Service DataInsertionAndRetrievalManager.getService(String cartridgeType)
           
 

Methods in org.apache.stratos.manager.retriever that return types with arguments of type Service
 Collection<Service> DataInsertionAndRetrievalManager.getServices()
           
 

Methods in org.apache.stratos.manager.retriever with parameters of type Service
 void DataInsertionAndRetrievalManager.persistService(Service service)
           
 

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

Methods in org.apache.stratos.manager.subscription.utils with parameters of type Service
static BasicPayloadData CartridgeSubscriptionUtils.createBasicPayload(Service service)
           
 

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

Methods in org.apache.stratos.manager.utils with parameters of type Service
static byte[] Serializer.serializeServiceToByteArray(Service service)
           
 



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