Class ApplicationManager


  • public class ApplicationManager
    extends Object
    Coordinates management of an application as a gCube resource.
    Author:
    Fabio Simeoni
    • Constructor Detail

      • ApplicationManager

        public ApplicationManager()
    • Method Detail

      • start

        public ApplicationContext start​(ContainerContext container,
                                        javax.servlet.ServletContext application)
        Starts application management.
        Parameters:
        container -
        application - the context of the application
        Returns:
        the context of the application
      • stop

        public void stop()
        Stops application management.