public interface StartupHandler
StartupHandler
tries to detect the startup mode:
It distinguishes between an initial startup (INSTALL), an update (UPDATE)
and a restart without a change (RESTART).Modifier and Type | Method and Description |
---|---|
StartupMode |
getMode() |
boolean |
isFinished() |
void |
waitWithStartup(boolean flag) |
StartupMode getMode()
boolean isFinished()
void waitWithStartup(boolean flag)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.