Uses of Class
org.gcube.vremanagement.resourcemanager.impl.state.ScopeState

Packages that use ScopeState
org.gcube.vremanagement.resourcemanager.impl.brokerage   
org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker   
org.gcube.vremanagement.resourcemanager.impl.operators   
org.gcube.vremanagement.resourcemanager.impl.state   
org.gcube.vremanagement.resourcemanager.impl.state.observers   
 

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

Methods in org.gcube.vremanagement.resourcemanager.impl.brokerage with parameters of type ScopeState
static Broker BrokerConnector.getBroker(ScopeState scopeState)
          Returns the broker to use in the given scope
 void ServiceBroker.initialize(ScopeState scopeState)
          Initializes the Broker instance
 void Broker.initialize(ScopeState scopeState)
          Initializes the Broker instance
 void InternalBroker.initialize(ScopeState scopeState)
          Initializes the Broker instance
 

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

Methods in org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker with parameters of type ScopeState
static String PlanRequest.create(Set<ScopedDeployedSoftware> services, ScopeState scopeState, String... suggestedGHNs)
          Creates the request plan for the Broker Service
static void PlanParser.parse(String plan, Set<ScopedDeployedSoftware> services, ScopeState scopeState)
          Parses the current plan and assigns gHNs to services
 

Uses of ScopeState in org.gcube.vremanagement.resourcemanager.impl.operators
 

Fields in org.gcube.vremanagement.resourcemanager.impl.operators declared as ScopeState
 ScopeState OperatorConfig.scopeState
           
protected  ScopeState Operator.scopeState
           
 

Constructors in org.gcube.vremanagement.resourcemanager.impl.operators with parameters of type ScopeState
AddResourcesOperator(ScopeState scopeState, OperatorConfig configuration, org.gcube.vremanagement.resourcemanager.stubs.binder.AddResourcesParameters resourceList)
          Creates a new operator to manage the input resource list
DeploySoftwareOperator(ScopeState scopeState, OperatorConfig configuration, org.gcube.vremanagement.resourcemanager.stubs.binder.SoftwareList software, Operator.ACTION action)
           
OperatorConfig(Session report, ScopeState scopeState, org.gcube.common.core.scope.GCUBEScope... scope)
           
RemoveResourcesOperator(ScopeState scopeState, OperatorConfig configuration, org.gcube.vremanagement.resourcemanager.stubs.binder.RemoveResourcesParameters resourceList)
           
ScopedResourceManagerOperator(ScopeState scopeState, OperatorConfig configuration, org.gcube.vremanagement.resourcemanager.stubs.binder.ResourceList resources, Operator.ACTION action)
           
 

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

Methods in org.gcube.vremanagement.resourcemanager.impl.state that return ScopeState
 ScopeState InstanceState.getState(org.gcube.common.core.scope.GCUBEScope scope)
          Gets the state for the given scope
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state with parameters of type ScopeState
 void PublishedScopeResource.loadFromLocalState(ScopeState scopeState)
          Fills this PublishedResourceList with the content of the input ScopeState
 void PublishedScopeResource.synchWithLocalState(ScopeState scopeState)
          Synchronizes this PublishedResourceList with the content of the input ScopeState
 void PublishedScopeResource.to(ScopeState scopeState)
          Fills the input ScopeState with the actual content of the PublishedResourceList
 

Uses of ScopeState in org.gcube.vremanagement.resourcemanager.impl.state.observers
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state.observers with parameters of type ScopeState
static void Serializer.load(ScopeState scopeState, org.gcube.common.core.scope.GCUBEScope scope)
          Loads the list of ScopedResource from the local file system
protected  void Disposer.scopeChanged(ScopeState scopeState)
           
protected  void Serializer.scopeChanged(ScopeState scopeState)
          Serializes the notified list on the file system
protected  void Executor.scopeChanged(ScopeState scopeState)
           
protected  void Publisher.scopeChanged(ScopeState scopeState)
           
protected abstract  void ScopeObserver.scopeChanged(ScopeState scopeState)
          Manages the modified scope
static void Serializer.store(ScopeState scopeState)
           
 



Copyright © 2012. All Rights Reserved.