public interface MailProcessorManagementMBean
| Modifier and Type | Method and Description | 
|---|---|
| long | getErrorCount()Return the count of how many times an error was detected while processing | 
| long | getFastestProcessing()Return the time in ms of the fastest processing | 
| long | getHandledMailCount()Return the count of handled mail | 
| long | getLastProcessing()Return the time in ms of the last processing | 
| long | getSlowestProcessing()Return the time in ms of the slowest processing | 
| long | getSuccessCount()Return the count of how many time the processing was done without and
 error | 
long getHandledMailCount()
long getFastestProcessing()
long getSlowestProcessing()
long getSuccessCount()
long getErrorCount()
long getLastProcessing()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.