public class SchemaVersionCheck extends Object implements LifecycleListener
| Constructor and Description |
|---|
SchemaVersionCheck(com.google.gwtorm.server.SchemaFactory<ReviewDb> schemaFactory,
SitePaths site) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.inject.Module |
module() |
void |
start()
Invoked when the server is starting.
|
void |
stop()
Invoked when the server is stopping.
|
public static com.google.inject.Module module()
public void start()
LifecycleListenerstart in interface LifecycleListenerpublic void stop()
LifecycleListenerstop in interface LifecycleListener