Uses of Interface
org.glassfish.paas.orchestrator.service.spi.ProvisionedService

Packages that use ProvisionedService
org.glassfish.paas.orchestrator   
org.glassfish.paas.orchestrator.provisioning.cli   
org.glassfish.paas.orchestrator.service.spi   
org.glassfish.paas.orchestrator.state   
 

Uses of ProvisionedService in org.glassfish.paas.orchestrator
 

Methods in org.glassfish.paas.orchestrator that return ProvisionedService
 ProvisionedService ServiceOrchestratorImpl.getProvisionedService(ServiceDescription sd, String appName)
           
 ProvisionedService ServiceOrchestratorImpl.getSharedService(String serviceName)
           
 ProvisionedService ServiceOrchestratorImpl.removeSharedService(String serviceName)
           
 

Methods in org.glassfish.paas.orchestrator that return types with arguments of type ProvisionedService
 Map<String,Set<ProvisionedService>> PaaSAppInfoRegistry.getAllProvisionedServices()
           
 Collection<ProvisionedService> ServiceOrchestratorImpl.getServicesProvisionedByPlugin(ServicePlugin plugin, Set<ProvisionedService> provisionedServices)
           
 Collection<ProvisionedService> ServiceOrchestratorImpl.getServicesToUnprovision(String appName)
           
 Set<ProvisionedService> PaaSAppInfoRegistry.removeProvisionedServices(String appName)
           
 

Methods in org.glassfish.paas.orchestrator with parameters of type ProvisionedService
 void ServiceOrchestratorImpl.addSharedService(String serviceName, ProvisionedService provisionedService)
           
 

Method parameters in org.glassfish.paas.orchestrator with type arguments of type ProvisionedService
 Collection<ProvisionedService> ServiceOrchestratorImpl.getServicesProvisionedByPlugin(ServicePlugin plugin, Set<ProvisionedService> provisionedServices)
           
 void PaaSAppInfoRegistry.registerProvisionedServices(String appName, Collection<ProvisionedService> provisionedServices)
           
 boolean PaaSAppInfoRegistry.unregisterProvisionedServices(String appName, Collection<ProvisionedService> provisionedServices)
           
 

Uses of ProvisionedService in org.glassfish.paas.orchestrator.provisioning.cli
 

Methods in org.glassfish.paas.orchestrator.provisioning.cli that return ProvisionedService
 ProvisionedService SharedServiceLazyInitializer.provisionService(ServiceDescription sd, ActionReport report)
           
 ProvisionedService SharedServiceLazyInitializer.provisionService(String serviceName)
           
 

Methods in org.glassfish.paas.orchestrator.provisioning.cli with parameters of type ProvisionedService
 void ServiceUtil.updateState(ProvisionedService service, String appName)
           
 

Uses of ProvisionedService in org.glassfish.paas.orchestrator.service.spi
 

Methods in org.glassfish.paas.orchestrator.service.spi that return ProvisionedService
 ProvisionedService ServicePlugin.getProvisionedService(ServiceDescription serviceDescription, ServiceInfo serviceInfo)
          When CPAS is restarted, the CPAS uses this method to get the ProvisionedService that were provisioned earlier through the plugin.
 ProvisionedService ServicePlugin.match(ServiceReference svcRef)
          Given a ServiceReference, find if a Service has already been provisioned for it.
 ProvisionedService ServicePlugin.provisionService(ServiceDescription serviceDescription, PaaSDeploymentContext paasDC)
          Once the CPAS merges all discovered and explicit ServiceDefinitionss, it provisions the required Services through the Plugin.
 ProvisionedService ServicePlugin.scaleService(ProvisionedService provisionedService, int scaleCount, AllocationStrategy allocStrategy)
          Scales the size of a Service up or down as per the provided scalingFactor.
 ProvisionedService ServicePlugin.startService(ServiceDescription serviceDescription, ServiceInfo serviceInfo)
          Start a Service that had been provisioned earlier and is now Stopped.
 

Methods in org.glassfish.paas.orchestrator.service.spi with parameters of type ProvisionedService
 boolean ServicePlugin.isRunning(ProvisionedService provisionedSvc)
          Checks if a ProvisionedService is still running (ie ping service).
 boolean ServicePlugin.reconfigureServices(ProvisionedService oldPS, ProvisionedService newPS)
          When a Service has been re-provisioned, and a prior deployment has already been bound to the earlier ProvisionedService, CAS uses this method to reassociate resources to point to the newly ProvisionedService
 ProvisionedService ServicePlugin.scaleService(ProvisionedService provisionedService, int scaleCount, AllocationStrategy allocStrategy)
          Scales the size of a Service up or down as per the provided scalingFactor.
 boolean ServicePlugin.stopService(ProvisionedService provisionedService, ServiceInfo serviceInfo)
          Stop a ProvisionedService.
 

Uses of ProvisionedService in org.glassfish.paas.orchestrator.state
 

Methods in org.glassfish.paas.orchestrator.state that return ProvisionedService
 ProvisionedService EnableState.startService(PaaSDeploymentContext context, String appName, ServiceDescription sd)
           
 

Methods in org.glassfish.paas.orchestrator.state that return types with arguments of type ProvisionedService
 Set<ProvisionedService> ServerStartupState.retrieveProvisionedServices(PaaSDeploymentContext context)
           
 



Copyright © 2012. All Rights Reserved.