Class StartupEvent
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
ConstructorsConstructorDescriptionStartupEvent(ServletContextEvent context) Create a new system event that will be called on the context startup -
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
-
StartupEvent
Create a new system event that will be called on the context startup- Parameters:
context- the servlet context event
-
-
Method Details
-
getContext
Returns the servlet context's instance- Returns:
- the servlet context's instance
-