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
ServerLifecycleExceptionpublic void onStartup()
throws ServerLifecycleException
ServerLifecycleExceptionpublic void onReady()
throws ServerLifecycleException
ServerLifecycleExceptionpublic void onShutdown()
throws ServerLifecycleException
ServerLifecycleExceptionpublic void onTermination()
throws ServerLifecycleException
ServerLifecycleExceptionpublic String getStatus()
Copyright © 2017. All rights reserved.