Interface ISystemHandler
- 
- All Superinterfaces:
 IAPIHandler,Serializable
- All Known Implementing Classes:
 SystemHandler
public interface ISystemHandler extends IAPIHandler
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFormModuleRunning()booleanisManagementModuleRunning()booleanisSystemUpToDate()- 
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isFormModuleRunning
boolean isFormModuleRunning()
 
- 
isManagementModuleRunning
boolean isManagementModuleRunning()
 
- 
isSystemUpToDate
boolean isSystemUpToDate()
- Since:
 - 8.0.0
 - See Also:
 ISystemStatusChecker.isSystemUpToDate()
 
 - 
 
 -