Interface AntivirusAsyncStatisticsManagerMBean
- All Known Implementing Classes:
AntivirusAsyncStatisticsManager
public interface AntivirusAsyncStatisticsManagerMBean
-
Method Summary
Modifier and TypeMethodDescriptionintlonglonglonglonglongbooleanvoidrefresh()voidsetAutoRefresh(boolean autoRefresh)
-
Method Details
-
getActiveScanCount
int getActiveScanCount() -
getLastRefresh
String getLastRefresh() -
getPendingScanCount
long getPendingScanCount() -
getProcessingErrorCount
long getProcessingErrorCount() -
getSizeExceededCount
long getSizeExceededCount() -
getTotalScannedCount
long getTotalScannedCount() -
getVirusFoundCount
long getVirusFoundCount() -
isAutoRefresh
boolean isAutoRefresh() -
refresh
void refresh() -
setAutoRefresh
void setAutoRefresh(boolean autoRefresh)
-