Uses of Interface
org.gcube.smartgears.context.container.ContainerContext
Packages that use ContainerContext
Package
Description
-
Uses of ContainerContext in org.gcube.smartgears.context.application
Methods in org.gcube.smartgears.context.application that return ContainerContextModifier and TypeMethodDescriptionApplicationContext.container()Returns the management context of the container.DefaultApplicationContext.container()Constructors in org.gcube.smartgears.context.application with parameters of type ContainerContextModifierConstructorDescriptionDefaultApplicationContext(ContainerContext container, jakarta.servlet.ServletContext sctx, ApplicationConfiguration configuration, org.gcube.common.events.Hub hub, ApplicationLifecycle lifecycle, Properties properties) Crates an intance with mandatory parameters -
Uses of ContainerContext in org.gcube.smartgears.context.container
Classes in org.gcube.smartgears.context.container that implement ContainerContext -
Uses of ContainerContext in org.gcube.smartgears.handlers.container
Constructors in org.gcube.smartgears.handlers.container with parameters of type ContainerContextModifierConstructorDescriptionStart(ContainerContext context) Creates an instance for a givenContainerContext.Stop(ContainerContext context) Creates an instance for a givenContainerContext. -
Uses of ContainerContext in org.gcube.smartgears.managers
Methods in org.gcube.smartgears.managers that return ContainerContextModifier and TypeMethodDescriptionContainerManager.start(ContainerContext context) Starts container management.Methods in org.gcube.smartgears.managers with parameters of type ContainerContextModifier and TypeMethodDescriptionApplicationManager.start(ContainerContext container, jakarta.servlet.ServletContext application) Starts application management.ContainerManager.start(ContainerContext context) Starts container management. -
Uses of ContainerContext in org.gcube.smartgears.provider
Methods in org.gcube.smartgears.provider that return ContainerContextModifier and TypeMethodDescriptionDefaultProvider.containerContext()Provider.containerContext()Assembles and returns the context of the container.Methods in org.gcube.smartgears.provider with parameters of type ContainerContextModifier and TypeMethodDescriptionDefaultProvider.contextFor(ContainerContext context, jakarta.servlet.ServletContext application) Provider.contextFor(ContainerContext container, jakarta.servlet.ServletContext application) Assembles and returns the context of a given application. -
Uses of ContainerContext in org.gcube.smartgears.publishing
Methods in org.gcube.smartgears.publishing with parameters of type ContainerContextModifier and TypeMethodDescriptionbooleanPublisher.create(ContainerContext container, Set<String> contexts) creates the container resource in the contextbooleanPublisher.remove(ContainerContext application, Set<String> contexts) removes the container resource from the contextsbooleanPublisher.update(ContainerContext container) updates the container resource