Package de.xima.fc.handler.system
Class SystemHandler
- java.lang.Object
-
- de.xima.fc.handler.AMSApiHandler
-
- de.xima.fc.handler.system.SystemHandler
-
- All Implemented Interfaces:
IAPIHandler
,ISystemHandler
,Serializable
public class SystemHandler extends AMSApiHandler implements ISystemHandler
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFormModuleRunning()
boolean
isManagementModuleRunning()
boolean
isSystemUpToDate()
-
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
-
-
-
Method Detail
-
isFormModuleRunning
public boolean isFormModuleRunning()
- Specified by:
isFormModuleRunning
in interfaceISystemHandler
- See Also:
ISystemStatusChecker.isFormModuleRunning()
-
isManagementModuleRunning
public boolean isManagementModuleRunning()
- Specified by:
isManagementModuleRunning
in interfaceISystemHandler
- See Also:
ISystemStatusChecker.isManagementModuleRunning()
-
isSystemUpToDate
public boolean isSystemUpToDate()
- Specified by:
isSystemUpToDate
in interfaceISystemHandler
- See Also:
ISystemStatusChecker.isSystemUpToDate()
-
-