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 booleanisFormModuleRunning()booleanisManagementModuleRunning()booleanisSystemUpToDate()- 
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:
 isFormModuleRunningin interfaceISystemHandler- See Also:
 ISystemStatusChecker.isFormModuleRunning()
 
- 
isManagementModuleRunning
public boolean isManagementModuleRunning()
- Specified by:
 isManagementModuleRunningin interfaceISystemHandler- See Also:
 ISystemStatusChecker.isManagementModuleRunning()
 
- 
isSystemUpToDate
public boolean isSystemUpToDate()
- Specified by:
 isSystemUpToDatein interfaceISystemHandler- See Also:
 ISystemStatusChecker.isSystemUpToDate()
 
 - 
 
 -