Package org.gcube.data.transfer.service
Class DTServiceLifecycleMAnager
- java.lang.Object
-
- org.gcube.smartgears.handlers.AbstractHandler
-
- org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
-
- org.gcube.data.transfer.service.DTServiceLifecycleMAnager
-
- 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 DTServiceLifecycleMAnager extends org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
-
-
Constructor Summary
Constructors Constructor Description DTServiceLifecycleMAnager()
-
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
-
-