Flushing Commands Queued in the Application Server

Use the Application::flushThinClient 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). Calling this command 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.

The flushThinClient method is ignored if the client node is not a JADE thin client presentation client or if there are no queued commands on the application server.