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.