Package org.cyclos.impl.system
Interface SystemMonitorServiceLocal
-
- All Superinterfaces:
Service,SystemMonitorService
- All Known Implementing Classes:
SystemMonitorServiceImpl
public interface SystemMonitorServiceLocal extends SystemMonitorService
Local interface forSystemMonitorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerDatagetServerData()List<DatabaseHistoryLog>listAllFailedDatabaseHistoryLogs()-
Methods inherited from interface org.cyclos.services.system.SystemMonitorService
export, getSystemInformation, listBackgroundTasks, listPollingTasks, rebuildClosedAccountBalances, scheduleExecution, searchDatabaseHistoryLogs, vacuumDatabase
-
-
-
-
Method Detail
-
getServerData
ServerData getServerData()
-
listAllFailedDatabaseHistoryLogs
List<DatabaseHistoryLog> listAllFailedDatabaseHistoryLogs()
-
-