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, setImplementation
public AntivirusAsyncStatisticsManager(com.liferay.portal.kernel.messaging.Destination destination) throws javax.management.NotCompliantMBeanException
javax.management.NotCompliantMBeanException
public int getActiveScanCount()
getActiveScanCount
in interface AntivirusAsyncStatisticsManagerMBean
public java.lang.String getLastRefresh()
getLastRefresh
in interface AntivirusAsyncStatisticsManagerMBean
public long getPendingScanCount()
getPendingScanCount
in interface AntivirusAsyncStatisticsManagerMBean
public long getProcessingErrorCount()
getProcessingErrorCount
in interface AntivirusAsyncStatisticsManagerMBean
public long getSizeExceededCount()
getSizeExceededCount
in interface AntivirusAsyncStatisticsManagerMBean
public long getTotalScannedCount()
getTotalScannedCount
in interface AntivirusAsyncStatisticsManagerMBean
public long getVirusFoundCount()
getVirusFoundCount
in interface AntivirusAsyncStatisticsManagerMBean
public boolean isAutoRefresh()
isAutoRefresh
in interface AntivirusAsyncStatisticsManagerMBean
public void receive(com.liferay.portal.kernel.messaging.Message message)
receive
in interface AntivirusAsyncEventListener
public void refresh()
refresh
in interface AntivirusAsyncStatisticsManagerMBean
public void setAutoRefresh(boolean autoRefresh)
setAutoRefresh
in interface AntivirusAsyncStatisticsManagerMBean