finalize

finalize() updating;

The finalize event of the Application class is the default event that is called by the application before the close request of the application is invoked if you do not define your own finalize event to perform any function that is common to all users of this application.

The finalize event is performed once for each user of the application.

For non-GUI applications, this event method is replaced by the user-specified finalize method specified when the application is defined. (For details, see "Passing Parameters to non-GUI Applications using jadclient", in Chapter 1 of the JADE Runtime Application Guide.)

An exception that occurs during the finalize method is not displayed and is written to the jommsg.log file, unless it is processed by an active exception handler.