public void removeShutdownListener( ShutdownListener sl )
Removes the specified ShutdownListener from the list of listeners that are to receive notification before the server context is destroyed.
sl The ShutdownListener to no longer notify on shutdown.
The following code removes a ShutdownListener from the list of listeners that are to receive notification before the server context is destroyed.
// ServerContext serverContext; // ShutdownListener myShutdownListener serverContext.removeShutdownListener(myShutdownListener); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |