org.gcube.common.ghn.service.events
Class StopServiceEvent

java.lang.Object
  extended by org.gcube.common.ghn.service.events.LifetimeEvent
      extended by 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.
 
Method Summary
 
Methods inherited from class org.gcube.common.ghn.service.events.LifetimeEvent
servletContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.