Class BlockerInfo

java.lang.Object
org.eclnt.jsfserver.defaultscreens.BlockerInfo

public class BlockerInfo extends Object
  • Constructor Details

    • BlockerInfo

      public BlockerInfo()
      Internal use only.
  • Method Details

    • sendProgressToClient

      public static void sendProgressToClient(String text, int progress)
      Send progress info to the client side "dialog blocker", that is active during the server operation.
      Parameters:
      text - Text that is shown in the client. The text is rendered as a one line text on client side.
      progress - Percentage value that is sent to the progress bar. If the value is 0, then no progress bar is rendered.
    • sendProgressToClient

      public static void sendProgressToClient(String text)
    • getBlockerInfoWebSocketPollingUrl

      public String getBlockerInfoWebSocketPollingUrl()
      Internal use only.
    • isAvailable

      public boolean isAvailable()
      Internal use only.