|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StartupShutdownHook
A Listener interface to listen to the lifecycle of the Kernel.
| Method Summary | |
|---|---|
void |
afterBootup()
Invoked by the Kernel, after all the internal Components have started successfully but before the Input Event Streams and Queries that were registered in a previous run of the Kernel (if any), are re-registered by the Kernel. |
void |
beforeShutdown()
Invoked by the Kernel, before all the internal Components are stopped. |
| Method Detail |
|---|
void afterBootup()
Invoked by the Kernel, after all the internal Components have started successfully but before the Input Event Streams and Queries that were registered in a previous run of the Kernel (if any), are re-registered by the Kernel.
This method would be the correct place to register Aggregates etc.
void beforeShutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||