Fixed javadoc

This commit is contained in:
Luca Frosini 2022-03-07 11:25:20 +01:00
parent c2f3f90a4b
commit 39c35b5611
2 changed files with 6 additions and 3 deletions

View File

@ -20,7 +20,9 @@ import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
import org.gcube.common.events.Observes;
import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relations.ConsistsOf;
import org.gcube.informationsystem.resourceregistry.api.contexts.ContextCache;import org.gcube.resourcemanagement.model.reference.entities.resources.EService;
import org.gcube.informationsystem.resourceregistry.api.contexts.ContextCache;
import org.gcube.resourcemanagement.model.reference.entities.facets.StateFacet;
import org.gcube.resourcemanagement.model.reference.entities.resources.EService;
import org.gcube.smartgears.context.Property;
import org.gcube.smartgears.context.application.ApplicationContext;
import org.gcube.smartgears.handler.resourceregistry.resourcemanager.EServiceManager;
@ -40,7 +42,7 @@ import org.slf4j.LoggerFactory;
* <ul>
* <li>creates the {@link EService} {@link Resource} and the facets it
* {@link ConsistsOf} when the application starts for the first time;</li>
* <li>update the {@link ServiceStateFacet} when the application becomes active,
* <li>update the {@link StateFacet} when the application becomes active,
* and at any lifecycle change thereafter;</li>
* </ul>
* </p>

View File

@ -29,6 +29,7 @@ import org.gcube.informationsystem.model.reference.entities.Resource;
import org.gcube.informationsystem.model.reference.relations.ConsistsOf;
import org.gcube.informationsystem.resourceregistry.api.contexts.ContextCache;
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
import org.gcube.resourcemanagement.model.reference.entities.facets.StateFacet;
import org.gcube.resourcemanagement.model.reference.entities.resources.HostingNode;
import org.gcube.smartgears.context.Property;
import org.gcube.smartgears.context.container.ContainerContext;
@ -47,7 +48,7 @@ import org.slf4j.LoggerFactory;
* <ul>
* <li>creates the {@link HostingNode} {@link Resource} and the facets it
* {@link ConsistsOf} when the container starts for the first time;</li>
* <li>update the {@link ContainerStateFacet} when the application becomes
* <li>update the {@link StateFacet} when the application becomes
* active, and at any lifecycle change thereafter;</li>
* <li>schedule a periodic update of {@link Facet}s containing variables
* information.</li>