Contents Index ServerException class SynchronizationException class

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in Java
    MobiLink Java API Reference

ShutdownListener interface


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.

shutdownPerformed method 

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.


Contents Index ServerException class SynchronizationException class