Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » ServerContext interface

 

shutdown method

Syntax
public void shutdown( )
Remarks

Forces the server to shut down. Any registered ShutdownListener instances have their shutdownPerformed method called.

Example

The following code forces the server to shut down.

// ServerContext serverContext;
serverContext.shutdown();