public class AntivirusAsyncStatisticsManager extends javax.management.StandardMBean implements AntivirusAsyncEventListener, AntivirusAsyncStatisticsManagerMBean
| Constructor and Description |
|---|
AntivirusAsyncStatisticsManager(com.liferay.portal.kernel.messaging.Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveScanCount() |
java.lang.String |
getLastRefresh() |
long |
getPendingScanCount() |
long |
getProcessingErrorCount() |
long |
getSizeExceededCount() |
long |
getTotalScannedCount() |
long |
getVirusFoundCount() |
boolean |
isAutoRefresh() |
void |
receive(com.liferay.portal.kernel.messaging.Message message) |
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(com.liferay.portal.kernel.messaging.Destination destination)
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 receive(com.liferay.portal.kernel.messaging.Message message)
receive in interface AntivirusAsyncEventListenerpublic void refresh()
refresh in interface AntivirusAsyncStatisticsManagerMBeanpublic void setAutoRefresh(boolean autoRefresh)
setAutoRefresh in interface AntivirusAsyncStatisticsManagerMBean