org.gcube.common.ghn.service.events
Class StartServiceEvent
java.lang.Object
org.gcube.common.ghn.service.events.LifetimeEvent
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. |
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.