Class SystemStatusManager

java.lang.Object
de.xima.fc.manager.SystemStatusManager

public class SystemStatusManager extends Object
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • SystemStatusManager

      public SystemStatusManager()
  • Method Details

    • init

      public static void init(ISystemStatusChecker statusChecker)
      Initializes the system status checker with the given implementation.
      Parameters:
      statusChecker - Status checker to which to delegate.
    • isFormModuleRunning

      public static boolean isFormModuleRunning()
      Returns:
      true if the form module is running and false otherwise.
      See Also:
    • isManagementModuleRunning

      public static boolean isManagementModuleRunning()
      Returns:
      true if the management module is running and false otherwise.
      See Also:
    • isDatabaseRunning

      public static boolean isDatabaseRunning()
      Returns:
      true if a connection to the system database exists, false otherwise.
      Since:
      8.0.0
      See Also:
    • isSystemUpToDate

      public static boolean isSystemUpToDate()
      Returns:
      true if the system is up to date and false otherwise.
      Since:
      8.0.0
      See Also: