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

java.lang.Object
  extended by org.gcube.common.ghn.service.events.LifetimeEvent
      extended by org.gcube.common.ghn.service.events.StartServiceEvent
All Implemented Interfaces:
ServiceEvent<LifetimeHandler>

public class StartServiceEvent
extends LifetimeEvent

A ServiceEvent that occurs when the app is started by the container.

The event is passed to LifetimeHandlers registered in Pipelines.

Author:
Fabio Simeoni
See Also:
LifetimeHandler, Pipeline

Constructor Summary
StartServiceEvent(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

StartServiceEvent

public StartServiceEvent(javax.servlet.ServletContext ctx)
Creates an instance with the ServletContext of the managed app.

Parameters:
ctx - the servlet context


Copyright © 2013. All Rights Reserved.