Package org.gcube.smartgears.managers
Class ApplicationManager
java.lang.Object
org.gcube.smartgears.managers.ApplicationManager
Coordinates management of an application as a gCube resource.
- Author:
- Fabio Simeoni, Luca Frosini (ISTI-CNR)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstart(ContainerContext container, jakarta.servlet.ServletContext application) Starts application management.voidstop()Stops application management.
-
Constructor Details
-
ApplicationManager
public ApplicationManager()
-
-
Method Details
-
start
public ApplicationContext start(ContainerContext container, jakarta.servlet.ServletContext application) Starts application management.- Parameters:
container- the container contextapplication- the context of the application- Returns:
- the context of the application
-
stop
public void stop()Stops application management.
-