Class ApplicationManager

java.lang.Object
org.gcube.smartgears.managers.ApplicationManager

public class ApplicationManager extends Object
Coordinates management of an application as a gCube resource.
Author:
Fabio Simeoni, Luca Frosini (ISTI-CNR)
  • Constructor Details

    • ApplicationManager

      public ApplicationManager()
  • Method Details

    • start

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

      public void stop()
      Stops application management.