getTempDirAppServer

getTempDirAppServer(): String;

The getTempDirAppServer method of the Application class returns the temporary directory in which the JADE temporary files are located on the application server when the application is running in JADE thin client mode.

If the application is not running in JADE thin client mode, this method functions like the Application class getTempDir method; that is, it returns the temporary directory on the workstation on which the application is running. (The getTempDir method returns the presentation client temporary directory.)