Class SystemStatusManager


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

      • SystemStatusManager

        public SystemStatusManager()
    • Method Detail

      • init

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

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