| Interface | Description |
|---|---|
| ShutdownListener |
Implement this interface and register with the ShutdownManager
(::getInstance, ::addListener) to be notified of all shutdown events
with the method in this listener.
|
| Class | Description |
|---|---|
| ShutdownContext |
The context of the application involved in the event.
|
| ShutdownManager |
Handle the manager instance management, leaving all listener issues to child.
|
| ShutdownManagerImpl |
Handle all listener management and notification on web server events.
|
| Enum | Description |
|---|---|
| ShutdownContext.EventType |
An application can be shutdown in many ways, and ShutdownListener provides
a way to insert code into that sequence.
|