fetchPendingNotificationsOnLoad

Table of Contents
Name: org.icefaces.fetchPendingNotificationsOnLoad
Values: true|false
Since: 4.1
Scope: application
Application Scope

The default value of true for org.icefaces.fetchPendingNotificationsOnLoad indicates that whenever the blocking connection switches over to another window each window will issue a request for the updates that were potentially issued during the switch. In use cases where is reasonable to have the request for updates disabled setting the value to false can decrease the network traffic in applications that use many windows.

    <context-param>
        <param-name>org.icefaces.fetchPendingNotificationsOnLoad</param-name>
        <param-value>false</param-value>
    </context-param>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.