Uses of Interface
org.gcube.smartgears.context.container.ContainerContext

Packages that use ContainerContext
org.gcube.smartgears.context.application   
org.gcube.smartgears.context.container   
org.gcube.smartgears.handlers.container   
org.gcube.smartgears.handlers.container.lifecycle   
org.gcube.smartgears.managers   
org.gcube.smartgears.provider   
 

Uses of ContainerContext in org.gcube.smartgears.context.application
 

Methods in org.gcube.smartgears.context.application that return ContainerContext
 ContainerContext ApplicationContext.container()
          Returns the management context of the container.
 ContainerContext DefaultApplicationContext.container()
           
 

Constructors in org.gcube.smartgears.context.application with parameters of type ContainerContext
DefaultApplicationContext(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
 class DefaultContainerContext
          Default ContainerContext implementation.
 

Uses of ContainerContext in org.gcube.smartgears.handlers.container
 

Constructors in org.gcube.smartgears.handlers.container with parameters of type ContainerContext
ContainerLifecycleEvent.Start(ContainerContext context)
          Creates an instance for a given ContainerContext.
ContainerLifecycleEvent.Stop(ContainerContext context)
          Creates an instance for a given ContainerContext.
 

Uses of ContainerContext in org.gcube.smartgears.handlers.container.lifecycle
 

Constructors in org.gcube.smartgears.handlers.container.lifecycle with parameters of type ContainerContext
ProfileBuilder(ContainerContext context)
           
ProfilePublisher(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
 ContainerContext ContainerManager.start()
          Starts container management.
 

Methods in org.gcube.smartgears.managers with parameters of type ContainerContext
 ApplicationContext ApplicationManager.start(ContainerContext container, javax.servlet.ServletContext application)
          Starts application management.
 

Uses of ContainerContext in org.gcube.smartgears.provider
 

Methods in org.gcube.smartgears.provider that return ContainerContext
 ContainerContext Provider.containerContext()
          Assembles and returns the context of the container.
 ContainerContext DefaultProvider.containerContext()
           
 

Methods in org.gcube.smartgears.provider with parameters of type ContainerContext
 ApplicationContext Provider.contextFor(ContainerContext container, javax.servlet.ServletContext application)
          Assembles and returns the context of a given application.
 ApplicationContext DefaultProvider.contextFor(ContainerContext context, javax.servlet.ServletContext application)
           
 org.gcube.informationsystem.publisher.ScopedPublisher Provider.publisherFor(ContainerContext application)
          Returns an implementation of the IS publisher for the container
 org.gcube.informationsystem.publisher.ScopedPublisher DefaultProvider.publisherFor(ContainerContext context)
           
 



Copyright © 2013. All Rights Reserved.