Class GCatFeederLyfeCycleManager
- java.lang.Object
-
- org.gcube.smartgears.handlers.AbstractHandler
-
- org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
-
- org.gcube.data.publishing.gCatFeeder.service.GCatFeederLyfeCycleManager
-
- All Implemented Interfaces:
org.gcube.smartgears.handlers.application.ApplicationHandler<org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler>,org.gcube.smartgears.handlers.Handler<org.gcube.smartgears.handlers.application.ApplicationEvent<org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler>>
public class GCatFeederLyfeCycleManager extends org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
-
-
Constructor Summary
Constructors Constructor Description GCatFeederLyfeCycleManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStart(org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent.Start e)voidonStop(org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent.Stop e)
-
-
-
Method Detail
-
onStart
public void onStart(org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent.Start e)
- Overrides:
onStartin classorg.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
-
onStop
public void onStop(org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent.Stop e)
- Overrides:
onStopin classorg.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
-
-