Package de.xima.fc.manager
Class SystemStatusManager
java.lang.Object
de.xima.fc.manager.SystemStatusManager
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit(ISystemStatusChecker statusChecker) Initializes the system status checker with the given implementation.static booleanstatic booleanstatic booleanstatic boolean
-
Constructor Details
-
SystemStatusManager
public SystemStatusManager()
-
-
Method Details
-
init
Initializes the system status checker with the given implementation.- Parameters:
statusChecker- Status checker to which to delegate.
-
isFormModuleRunning
public static boolean isFormModuleRunning()- Returns:
trueif the form module is running andfalseotherwise.- See Also:
-
isManagementModuleRunning
public static boolean isManagementModuleRunning()- Returns:
trueif the management module is running andfalseotherwise.- See Also:
-
isDatabaseRunning
public static boolean isDatabaseRunning()- Returns:
trueif a connection to the system database exists,falseotherwise.- Since:
- 8.0.0
- See Also:
-
isSystemUpToDate
public static boolean isSystemUpToDate()- Returns:
trueif the system is up to date andfalseotherwise.- Since:
- 8.0.0
- See Also:
-