Uses of Class
org.gcube.resourcemanagement.support.server.exceptions.AbstractResourceException

Packages that use AbstractResourceException
org.gcube.resourcemanagement.support.server.exceptions   
org.gcube.resourcemanagement.support.server.managers.report   
org.gcube.resourcemanagement.support.server.managers.resources   
 

Uses of AbstractResourceException in org.gcube.resourcemanagement.support.server.exceptions
 

Subclasses of AbstractResourceException in org.gcube.resourcemanagement.support.server.exceptions
 class ResourceAccessException
          Thrown when is required an operation the user is not allowed to execute.
 class ResourceOperationException
          If an operation of the library internally fails.
 class ResourceParameterException
          Wrong parameters provided by the user.
 

Uses of AbstractResourceException in org.gcube.resourcemanagement.support.server.managers.report
 

Constructors in org.gcube.resourcemanagement.support.server.managers.report that throw AbstractResourceException
ReportEntry(ReportOperation operation, AbstractResourceManager resource)
           
ReportEntry(ReportOperation operation, AbstractResourceManager resource, boolean success)
           
ReportEntry(ReportOperation operation, AbstractResourceManager resource, String message, boolean success)
           
 

Uses of AbstractResourceException in org.gcube.resourcemanagement.support.server.managers.resources
 

Methods in org.gcube.resourcemanagement.support.server.managers.resources that throw AbstractResourceException
 String AbstractResourceManager.addToExistingScope(org.gcube.common.core.scope.GCUBEScope sourceScope, org.gcube.common.core.scope.GCUBEScope targetScope)
          Add a scope to a gHN and the related Service Map is already available on the gHN.
 String GHNManager.addToNewScope(org.gcube.common.core.scope.GCUBEScope sourceScope, org.gcube.common.core.scope.GCUBEScope targetScope, String scopeMap)
          Add a scope to a gHN and the related Service Map that is not available on the gHN.
protected  org.gcube.common.core.resources.GCUBEResource RuntimeResourceManager.buildGCUBEResource(String xmlRepresentation)
           
protected  org.gcube.common.core.resources.GCUBEResource RunningInstanceManager.buildGCUBEResource(String xmlRepresentation)
           
protected  org.gcube.common.core.resources.GCUBEResource GenericResourceManager.buildGCUBEResource(String xmlRepresentation)
           
protected  org.gcube.common.core.resources.GCUBEResource ServiceManager.buildGCUBEResource(String xmlRepresentation)
           
protected  org.gcube.common.core.resources.GCUBEResource ViewManager.buildGCUBEResource(String xmlRepresentation)
           
protected  org.gcube.common.core.resources.GCUBEResource CollectionManager.buildGCUBEResource(String xmlRepresentation)
          Given the XML profile representation of a gcube resource, its GCUBEResource is built.
protected  org.gcube.common.core.resources.GCUBEResource GHNManager.buildGCUBEResource(String xmlRepresentation)
           
protected abstract  org.gcube.common.core.resources.GCUBEResource AbstractResourceManager.buildGCUBEResource(String xmlRepresentation)
          Given the XML profile representation of a gcube resource, its GCUBEResource is built.
 String RuntimeResourceManager.checkDeployStatus(org.gcube.common.core.scope.GCUBEScope scope, String deployID)
           
 String RunningInstanceManager.checkDeployStatus(org.gcube.common.core.scope.GCUBEScope scope, String deployID)
           
 String AbstractResourceManager.copyFromToVO(org.gcube.common.core.scope.GCUBEScope sourceScope, org.gcube.common.core.scope.GCUBEScope targetScope)
          Similar to the AbstractResourceManager.addToExistingScope(org.gcube.common.core.scope.GCUBEScope, org.gcube.common.core.scope.GCUBEScope) method but involves two scopes of type VO.
static void ManagementUtils.delete(AllowedResourceTypes type, String[] resourceIDs, org.gcube.common.core.scope.GCUBEScope scope)
           
 void AbstractResourceManager.delete(org.gcube.common.core.scope.GCUBEScope scope)
          Removes a resource.
 void AbstractResourceManager.forceDelete(org.gcube.common.core.scope.GCUBEScope scope)
          Deprecated. you must be sure before requiring this operation... take care
 org.gcube.common.core.resources.GCUBEResource AbstractResourceManager.getGCUBEResource(org.gcube.common.core.scope.GCUBEScope scope)
          From a resource retrieves its GCUBEResource depending on the scope in which it is published.
 org.gcube.common.vremanagement.ghnmanager.stubs.GHNManagerPortType GHNManager.getGHNManager(org.gcube.common.core.scope.GCUBEScope scope)
           Required information:
The name of the resource must be specified and valid.
 org.gcube.vremanagement.resourcemanager.stubs.reporting.ReportingPortType AbstractResourceManager.getReportResourceManager(org.gcube.common.core.scope.GCUBEScope scope)
          The report resource manager needed to handle the resource in a given scope.
 org.gcube.vremanagement.resourcemanager.stubs.binder.ResourceBinderPortType AbstractResourceManager.getResourceManager(org.gcube.common.core.scope.GCUBEScope scope)
          The resource manager needed to handle the resource in a given scope.
protected  String AbstractResourceManager.getXMLDescription(org.gcube.common.core.scope.GCUBEScope scope)
          Returns the XML profile of a resource (given its ID that is encapsulated inside the resource manager).
 String AbstractResourceManager.removeFromScope(org.gcube.common.core.scope.GCUBEScope scope)
          Removes the current resource from the scope.
 void GHNManager.shutDown(org.gcube.common.core.scope.GCUBEScope scope, boolean restart, boolean clean)
          Implements all the three possible shutdown policies according to restart and clean parameters.
 String RunningInstanceManager.undeploy(org.gcube.common.core.scope.GCUBEScope scope)
           
 void GenericResourceManager.update(String name, String description, String body, String subType, org.gcube.common.core.scope.GCUBEScope scope)
          Updates the resource.
 



Copyright © 2013. All Rights Reserved.