public interface SetupPhase
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the phase ID string, a list of those
is used by
ServerSetup to decide
which phases to run |
boolean |
isStartupPhase()
Is this a startup or shutdown phase?
|
void |
run(ServerSetup owner)
Run this phase in the context of supplied ServerSetup
|
void run(ServerSetup owner) throws Exception
Exception
boolean isStartupPhase()
String getId()
ServerSetup
to decide
which phases to runCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.