Uses of Class
org.gcube.vremanagement.resourcemanager.impl.resources.ScopedDeployedService

Packages that use ScopedDeployedService
org.gcube.vremanagement.resourcemanager.impl.brokerage   
org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker   
org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.kxml   
org.gcube.vremanagement.resourcemanager.impl.deployment   
org.gcube.vremanagement.resourcemanager.impl.resources   
org.gcube.vremanagement.resourcemanager.impl.state   
 

Uses of ScopedDeployedService in org.gcube.vremanagement.resourcemanager.impl.brokerage
 

Method parameters in org.gcube.vremanagement.resourcemanager.impl.brokerage with type arguments of type ScopedDeployedService
 void Broker.makePlan(Session session, java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs)
          Creates a deployment plan for the given services
 void InternalBroker.makePlan(Session session, java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs)
          Creates a deployment plan for the given services
 void ServiceBroker.makePlan(Session session, java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs)
           
 

Uses of ScopedDeployedService in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker
 

Method parameters in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker with type arguments of type ScopedDeployedService
static java.lang.String PlanRequest.create(java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs, GCUBEScope scope)
          Creates the request plan for the Broker Service
static void PlanParser.parse(java.lang.String plan, java.util.Set<ScopedDeployedService> services, GCUBEScope scope)
          Parses the current plan and assigns gHNs to services
 

Uses of ScopedDeployedService in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.kxml
 

Method parameters in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.kxml with type arguments of type ScopedDeployedService
static java.lang.String KPlanRequest.create(java.util.Set<ScopedDeployedService> services, java.lang.String[] suggestedGHNs, GCUBEScope scope)
          Creates the request plan for the Broker Service
static void KPlanParser.parse(java.lang.String plan, java.util.Set<ScopedDeployedService> services, GCUBEScope scope)
          Parses the current plan and assigns gHNs to services
 

Uses of ScopedDeployedService in org.gcube.vremanagement.resourcemanager.impl.deployment
 

Methods in org.gcube.vremanagement.resourcemanager.impl.deployment that return types with arguments of type ScopedDeployedService
 java.util.List<ScopedDeployedService> SoftwareGatewayRequest.send()
          Sends the request to the appropriate SR
 

Methods in org.gcube.vremanagement.resourcemanager.impl.deployment with parameters of type ScopedDeployedService
 void SoftwareGatewayRequest.addService(ScopedDeployedService service)
          Adds a new service to the request
 

Uses of ScopedDeployedService in org.gcube.vremanagement.resourcemanager.impl.resources
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources that return ScopedDeployedService
static ScopedDeployedService ScopedResourceFactory.getRelatedService(ScopedRunningInstance scopedRunningInstance)
          Gets the service that originates the RI, if any
 

Uses of ScopedDeployedService in org.gcube.vremanagement.resourcemanager.impl.state
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state that return types with arguments of type ScopedDeployedService
 java.util.Set<ScopedDeployedService> Session.getServices()
           
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state with parameters of type ScopedDeployedService
 void Session.addService(ScopedDeployedService service)