Uses of Class
com.avoka.fc.core.entity.SystemHealth
Packages that use SystemHealth
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides reporting related utility classes.
-
Uses of SystemHealth in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SystemHealthModifier and TypeMethodDescriptionSystemHealthDao.getSystemHealth
(Date date, int hour) Return a system health entry for a date and hour of the day.Methods in com.avoka.fc.core.dao that return types with arguments of type SystemHealthModifier and TypeMethodDescriptionSystemHealthDao.getSystemHealthList
(Date startDate, Date endDate, int offset, int pageSize) Return the list of system health entries matching the search criteria. -
Uses of SystemHealth in com.avoka.fc.core.service.reporting
Methods in com.avoka.fc.core.service.reporting that return SystemHealthModifier and TypeMethodDescriptionSystemHealthService.calculateSystemHealth
(Date date, int hour) Calculate a system health entry for a given date and hour of dayMethods in com.avoka.fc.core.service.reporting with parameters of type SystemHealthModifier and TypeMethodDescriptionvoid
TransactionLicensingService.publishSystemHealth
(SystemHealth systemHealth) Publish system health data to Amazon Redshift -
Uses of SystemHealth in com.avoka.fc.core.sysevent
Methods in com.avoka.fc.core.sysevent with parameters of type SystemHealthModifier and TypeMethodDescriptionvoid
SysEventBuilder.ISysEventBuilder.addSystemHealth
(SystemHealth sh) Registers the System Health for inclusion in the system event messages.