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

SQL Anywhere 11.0.1 (日本語) » Mobile Link - サーバ管理 » Mobile Link サーバ API » Java による同期スクリプトの作成 » Java 用 Mobile Link サーバ API リファレンス » ServerContext インタフェース

 

shutdown メソッド

構文
public void shutdown( )
備考

サーバを強制的に停止します。登録された ShutdownListener インスタンスで、shutdownPerformed メソッドが呼び出されます。

次のコードは、サーバを強制的に停止します。

// ServerContext serverContext;
serverContext.shutdown();