public class StartupChecks extends Object implements LifecycleListener
| Modifier and Type | Class and Description |
|---|---|
static class |
StartupChecks.Module |
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Invoked when the server is starting.
|
void |
stop()
Invoked when the server is stopping.
|
public void start()
throws StartupException
LifecycleListenerstart in interface LifecycleListenerStartupExceptionpublic void stop()
LifecycleListenerstop in interface LifecycleListener