public final class ServerLifecycleModule extends Object
Modifier and Type | Method and Description |
---|---|
String |
getStatus()
return status of this lifecycle module as a string
|
void |
onInitialization() |
void |
onReady() |
void |
onShutdown() |
void |
onStartup() |
void |
onTermination() |
String |
toString() |
public void onInitialization() throws ServerLifecycleException
ServerLifecycleException
public void onStartup() throws ServerLifecycleException
ServerLifecycleException
public void onReady() throws ServerLifecycleException
ServerLifecycleException
public void onShutdown() throws ServerLifecycleException
ServerLifecycleException
public void onTermination() throws ServerLifecycleException
ServerLifecycleException
public String getStatus()
Copyright © 2018. All rights reserved.