public class AntivirusAsyncStatisticsManager extends javax.management.StandardMBean implements AntivirusAsyncStatisticsManagerMBean
| Constructor and Description |
|---|
AntivirusAsyncStatisticsManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext) |
protected void |
deactivate() |
int |
getActiveScanCount() |
java.lang.String |
getLastRefresh() |
long |
getPendingScanCount() |
long |
getProcessingErrorCount() |
long |
getSizeExceededCount() |
long |
getTotalScannedCount() |
long |
getVirusFoundCount() |
boolean |
isAutoRefresh() |
void |
refresh() |
void |
setAutoRefresh(boolean autoRefresh) |
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementationpublic AntivirusAsyncStatisticsManager()
throws javax.management.NotCompliantMBeanException
javax.management.NotCompliantMBeanExceptionpublic int getActiveScanCount()
getActiveScanCount in interface AntivirusAsyncStatisticsManagerMBeanpublic java.lang.String getLastRefresh()
getLastRefresh in interface AntivirusAsyncStatisticsManagerMBeanpublic long getPendingScanCount()
getPendingScanCount in interface AntivirusAsyncStatisticsManagerMBeanpublic long getProcessingErrorCount()
getProcessingErrorCount in interface AntivirusAsyncStatisticsManagerMBeanpublic long getSizeExceededCount()
getSizeExceededCount in interface AntivirusAsyncStatisticsManagerMBeanpublic long getTotalScannedCount()
getTotalScannedCount in interface AntivirusAsyncStatisticsManagerMBeanpublic long getVirusFoundCount()
getVirusFoundCount in interface AntivirusAsyncStatisticsManagerMBeanpublic boolean isAutoRefresh()
isAutoRefresh in interface AntivirusAsyncStatisticsManagerMBeanpublic void refresh()
refresh in interface AntivirusAsyncStatisticsManagerMBeanpublic void setAutoRefresh(boolean autoRefresh)
setAutoRefresh in interface AntivirusAsyncStatisticsManagerMBeanprotected void activate(org.osgi.framework.BundleContext bundleContext)
protected void deactivate()