MobiLink Synchronization User's Guide
Writing Synchronization Scripts in Java
MobiLink Java API Reference
The listener interface for catching server shutdowns. Use this interface to ensure that all resources, threads, connections, and so on are cleaned up before the server exits.
public void shutdownPerformed( ServerContext sc)
Invoked before the ServerContext is destroyed due to server shutdown. There is one parameter, sc, which is the context for the server that is being shut down.