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

Packages that use ScopedResource
org.gcube.vremanagement.resourcemanager.impl.reporting   
org.gcube.vremanagement.resourcemanager.impl.resources   
org.gcube.vremanagement.resourcemanager.impl.state   
 

Uses of ScopedResource in org.gcube.vremanagement.resourcemanager.impl.reporting
 

Methods in org.gcube.vremanagement.resourcemanager.impl.reporting with parameters of type ScopedResource
 void Session.addResource(ScopedResource resource)
           
 

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

Subclasses of ScopedResource in org.gcube.vremanagement.resourcemanager.impl.resources
 class ScopedAnyResource
          Models a generic scoped GCUBEResource
 class ScopedDeployedSoftware
          Models any kind of scoped deployed software
 class ScopedGHN
          Models a scoped GCUBEHostingNode
 class ScopedRunningInstance
          A scoped GCUBERunningInstance
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources that return ScopedResource
static ScopedResource ScopedResourceFactory.newResource(org.gcube.common.core.scope.GCUBEScope scope, String id, String type)
          Creates a new ScopedResource
 

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

Fields in org.gcube.vremanagement.resourcemanager.impl.state with type parameters of type ScopedResource
protected  MultiKeysMap<String,String,ScopedResource> RawScopeState.resources
          the list of resources
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state that return ScopedResource
 ScopedResource ScopeState.getResource(String id)
          Gets the resource with the given id
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state that return types with arguments of type ScopedResource
 Collection<ScopedResource> ScopeState.getAllResources()
          Gets all the ScopedResources
 Set<ScopedResource> ScopeState.getResourcesByType(String type)
          Gets resources of the given type
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state with parameters of type ScopedResource
 void PublishedScopeResource.addResource(ScopedResource resource)
          Adds a resource to PublishedScopeResource
 void PublishedScopeResource.removeResource(ScopedResource resource)
          Removes a resource from the PublishedScopeResource
 

Method parameters in org.gcube.vremanagement.resourcemanager.impl.state with type arguments of type ScopedResource
 void ScopeState.addResources(Set<ScopedResource> newresources)
          Adds a new resources to the list
 void ScopeState.forceResourceRemoval(Set<ScopedResource> resources)
          Removes the resource from the state, no matter about its actual status
 void ScopeState.removeResources(Set<ScopedResource> oldresources)
          Removes the resources from the scope
 



Copyright © 2012. All Rights Reserved.