public interface IServerAdmin
| Modifier and Type | Method and Description |
|---|---|
ServerData |
getServerData() |
boolean |
restart()
Forcefully restart this WSAS instance
|
boolean |
restartGracefully()
Gracefully restart this WSAS instance.
|
boolean |
shutdown()
Forcefully shutdown this WSAS instance
|
boolean |
shutdownGracefully()
Gracefully shutdown this WSAS instance
All client connections will be served before shutting down the server
|
boolean restart()
throws Exception
Exception - If an error occurs while restartingboolean shutdown()
throws Exception
Exception - If an error occurs while shutting downboolean restartGracefully()
throws Exception
Exception - If an error occurs while restartingboolean shutdownGracefully()
throws Exception
Exception - If an error occurs while shutting downServerData getServerData() throws Exception
ExceptionCopyright © 2018 WSO2 Inc. All rights reserved.