|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerAdmin
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
boolean restart()
throws Exception
Exception - If an error occurs while restarting
boolean shutdown()
throws Exception
Exception - If an error occurs while shutting down
boolean restartGracefully()
throws Exception
Exception - If an error occurs while restarting
boolean shutdownGracefully()
throws Exception
Exception - If an error occurs while shutting down
ServerData getServerData()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||