Modifier and Type | Method and Description |
---|---|
StartupMode |
StartupHandler.getMode() |
StartupMode |
StartupService.getStartupMode() |
static StartupMode |
StartupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartupMode[] |
StartupMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StartupListener.inform(StartupMode mode,
boolean finished)
Informs the listener upon registration about the current state.
|
void |
StartupListener.startupFinished(StartupMode mode)
Notify finished startup.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.