Class ShutdownEvent
Event that will be called on the context startup
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionShutdownEvent(ServletContextEvent context) Create a new system event that will be called on the context shutdown -
Method Summary
Modifier and TypeMethodDescriptionReturns the servlet context's instanceMethods inherited from class overit.geocall.bl.SystemEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Field Details
-
context
-
-
Constructor Details
-
ShutdownEvent
Create a new system event that will be called on the context shutdown- Parameters:
context- the servlet context event
-
-
Method Details
-
getContext
Returns the servlet context's instance- Returns:
- the servlet context's instance
-