Uses of Interface
org.gcube.smartgears.context.container.ContainerContext
-
-
Uses of ContainerContext in org.gcube.smartgears.context.application
Methods in org.gcube.smartgears.context.application that return ContainerContext Modifier and Type Method Description ContainerContextApplicationContext. container()Returns the management context of the container.ContainerContextDefaultApplicationContext. container()Constructors in org.gcube.smartgears.context.application with parameters of type ContainerContext Constructor Description DefaultApplicationContext(String id, ContainerContext container, javax.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 Modifier and Type Class Description classDefaultContainerContextDefaultContainerContextimplementation. -
Uses of ContainerContext in org.gcube.smartgears.handlers.container
Constructors in org.gcube.smartgears.handlers.container with parameters of type ContainerContext Constructor Description Start(ContainerContext context)Creates an instance for a givenContainerContext.Stop(ContainerContext context)Creates an instance for a givenContainerContext. -
Uses of ContainerContext in org.gcube.smartgears.handlers.container.lifecycle
Constructors in org.gcube.smartgears.handlers.container.lifecycle with parameters of type ContainerContext Constructor Description ProfileBuilder(ContainerContext context)ProfilePublisherImpl(ContainerContext context)Creates an instance for the container. -
Uses of ContainerContext in org.gcube.smartgears.managers
Methods in org.gcube.smartgears.managers that return ContainerContext Modifier and Type Method Description ContainerContextContainerManager. start(ContainerContext context)Starts container management.Methods in org.gcube.smartgears.managers with parameters of type ContainerContext Modifier and Type Method Description ApplicationContextApplicationManager. start(ContainerContext container, javax.servlet.ServletContext application)Starts application management.ContainerContextContainerManager. start(ContainerContext context)Starts container management. -
Uses of ContainerContext in org.gcube.smartgears.provider
Methods in org.gcube.smartgears.provider that return ContainerContext Modifier and Type Method Description ContainerContextDefaultProvider. containerContext()ContainerContextProvider. containerContext()Assembles and returns the context of the container.Methods in org.gcube.smartgears.provider with parameters of type ContainerContext Modifier and Type Method Description ApplicationContextDefaultProvider. contextFor(ContainerContext context, javax.servlet.ServletContext application)ApplicationContextProvider. contextFor(ContainerContext container, javax.servlet.ServletContext application)Assembles and returns the context of a given application.org.gcube.informationsystem.publisher.ScopedPublisherDefaultProvider. publisherFor(ContainerContext context)org.gcube.informationsystem.publisher.ScopedPublisherProvider. publisherFor(ContainerContext application)Returns an implementation of the IS publisher for the container
-