Package org.gcube.service.idm
Class IdMManager
- java.lang.Object
-
- org.gcube.service.idm.IdMManager
-
- All Implemented Interfaces:
org.gcube.smartgears.ApplicationManager
public class IdMManager extends Object implements org.gcube.smartgears.ApplicationManager
This class is use to Manage the application initialization and shutdown per context; The init and shutdown methods are called one per context in which the app is running respectively at init and a shutdown time. It is connected to the app declaring it via the @ManagedBy annotation. (@see HelloWorld class)- Author:
- Alfredo gOliviero (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description IdMManager()
-