public class StartupChecks extends java.lang.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
LifecycleListener
start
in interface LifecycleListener
StartupException
public void stop()
LifecycleListener
stop
in interface LifecycleListener