Package org.gcube.smartgears.managers
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
-
-
Constructor Summary
Constructors Constructor Description ApplicationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationContextstart(ContainerContext container, javax.servlet.ServletContext application)Starts application management.voidstop()Stops application management.
-
-
-
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.
-
-