Package org.cyclos.impl.system
Interface SystemMonitorServiceLocal
-
- All Superinterfaces:
Service,SystemMonitorService
public interface SystemMonitorServiceLocal extends SystemMonitorService
Local interface forSystemMonitorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringformatTask(ErrorLogType type, String method)Formats the given method name if it's an id (custom background task) or a class name and returns a display resultServerDatagetServerData()Returns the server data for this nodeList<DatabaseHistoryLog>listAllFailedDatabaseHistoryLogs()Returns all failed database migration logsList<CacheVO>listLocalCaches(CacheQuery query)Returns the local caches of the current JVM (i.e member in case of a cluster) filtering by name if given-
Methods inherited from interface org.cyclos.services.system.SystemMonitorService
archiveData, clearCache, export, getSystemInformation, listBackgroundTasks, listCaches, listRecurringTasks, rebuildClosedAccountBalances, scheduleExecution, searchDatabaseHistoryLogs, vacuumDatabase
-
-
-
-
Method Detail
-
formatTask
String formatTask(ErrorLogType type, String method)
Formats the given method name if it's an id (custom background task) or a class name and returns a display result
-
getServerData
ServerData getServerData()
Returns the server data for this node
-
listAllFailedDatabaseHistoryLogs
List<DatabaseHistoryLog> listAllFailedDatabaseHistoryLogs()
Returns all failed database migration logs
-
listLocalCaches
List<CacheVO> listLocalCaches(CacheQuery query)
Returns the local caches of the current JVM (i.e member in case of a cluster) filtering by name if given
-
-