|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Controllable
Any Server implementaion which should support restarting or shutting down should implement this interface
| Method Summary | |
|---|---|
void |
restart()
Forcefully restart the server |
void |
restartGracefully()
Gracefully restart the server after serving all requests currently being processed |
void |
shutdown()
Forcefully shutdown the server |
void |
shutdownGracefully()
Gracefully shutdown the server after serving all requests currently being processed |
| Method Detail |
|---|
void shutdown()
throws ServerException
ServerException - If an error occurs during shutting down
void shutdownGracefully()
throws ServerException
ServerException - If an error occurs during shutting down
void restart()
throws ServerException
ServerException - If an error occurs during restarting
void restartGracefully()
throws ServerException
ServerException - If an error occurs during restarting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||