org.gcube.common.ghn.service.events
Class StopServiceEvent
java.lang.Object
org.gcube.common.ghn.service.events.LifetimeEvent
org.gcube.common.ghn.service.events.StopServiceEvent
- All Implemented Interfaces:
- ServiceEvent<LifetimeHandler>
public class StopServiceEvent
- extends LifetimeEvent
A ServiceEvent that occurs when the app is stopped by the container.
The event is passed to LifetimeHandlers registered in Pipelines.
- Author:
- Fabio Simeoni
- See Also:
LifetimeHandler,
Pipeline
|
Constructor Summary |
StopServiceEvent(javax.servlet.ServletContext ctx)
Creates an instance with the ServletContext of the managed app. |
StopServiceEvent
public StopServiceEvent(javax.servlet.ServletContext ctx)
- Creates an instance with the
ServletContext of the managed app.
- Parameters:
ctx - the servlet context
Copyright © 2013. All Rights Reserved.