Class ResourceManager
java.lang.Object
org.gcube.smartgears.connector.resourceregistry.resourcemanager.ResourceManager
- Direct Known Subclasses:
EServiceManager,HostingNodeManager
Marker interface for Resource Managers
- Author:
- Luca Frosini (ISTI-CNR)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.gcube.informationsystem.resourceregistry.publisher.ResourceRegistryPublisherThe Resource Registry Publisher instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UUIDgetContextUUID(String contextFullName) Gets the UUID of a context by its full name.
-
Field Details
-
resourceRegistryPublisher
protected org.gcube.informationsystem.resourceregistry.publisher.ResourceRegistryPublisher resourceRegistryPublisherThe Resource Registry Publisher instance
-
-
Constructor Details
-
ResourceManager
public ResourceManager()Constructor
-
-
Method Details
-
getContextUUID
protected UUID getContextUUID(String contextFullName) throws org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException Gets the UUID of a context by its full name.- Parameters:
contextFullName- the full name of the context- Returns:
- the UUID of the context
- Throws:
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException- if an error occurs
-