flushThinClient

flushThinClient();

The flushThinClient method of the Application class causes any commands queued in the application server for the JADE thin application to be passed immediately to the presentation client for processing.

Queued commands are normally passed to the presentation client when the current Graphical User Interface (GUI) process that generated the processing is complete or when access to a method, property, or so on can be satisfied only by a call to the presentation client waiting for the return.

Use this method to force visual changes to be applied at some logical point before the current processing is complete (for example, a progress bar to update its display at a logical point).

This method is ignored if the client node is not a JADE thin client presentation client or if there are no queued commands.