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

SQL Anywhere 11.0.0 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java Reference » ShutdownListener interface

 

shutdownPerformed method

Syntax
public void shutdownPerformed( ServerContext sc)
Remarks

Invoked before the ServerContext is destroyed due to server shutdown.

Parameters
  • sc   The context for the server that is being shut down.

Example

See: ShutdownListener interface.