public void addShutdownListener( ShutdownListener sl )
Adds the specified ShutdownListener that is to receive notification before the server context is destroyed. On shutdown, the method ShutdownListener.shutdownPerformed (ianywhere.ml.script.ServerContext) is called.
sl The ShutdownListener to notify on shutdown.