Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Forces the server to shut down.
void ServerContext.shutdown()
Any registered ShutdownListener object have their shutdownPerformed method called.
The following code forces the server to shut down:
ServerContext serverContext; serverContext.shutdown();