public class OnlineNoteDbMigrator extends java.lang.Object implements LifecycleListener
Modifier and Type | Class and Description |
---|---|
static class |
OnlineNoteDbMigrator.Module |
Modifier and Type | Method and Description |
---|---|
void |
migrate() |
void |
start()
Invoked when the server is starting.
|
void |
stop()
Invoked when the server is stopping.
|
public void start()
LifecycleListener
start
in interface LifecycleListener
public void migrate()
public void stop()
LifecycleListener
stop
in interface LifecycleListener