Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.monitoring.statistics
Interface SummaryStatistics


public interface SummaryStatistics


Method Summary
 long getAverageTime()
           
 long getAverageTimeByCompany(long companyId)
           
 long getAverageTimeByCompany(String webId)
           
 long getErrorCount()
           
 long getErrorCountByCompany(long companyId)
           
 long getErrorCountByCompany(String webId)
           
 long getMaxTime()
           
 long getMaxTimeByCompany(long companyId)
           
 long getMaxTimeByCompany(String webId)
           
 long getMinTime()
           
 long getMinTimeByCompany(long companyId)
           
 long getMinTimeByCompany(String webId)
           
 long getRequestCount()
           
 long getRequestCountByCompany(long companyId)
           
 long getRequestCountByCompany(String webId)
           
 long getSuccessCount()
           
 long getSuccessCountByCompany(long companyId)
           
 long getSuccessCountByCompany(String webId)
           
 long getTimeoutCount()
           
 long getTimeoutCountByCompany(long companyId)
           
 long getTimeoutCountByCompany(String webId)
           
 

Method Detail

getAverageTime

long getAverageTime()
                    throws MonitoringException
Throws:
MonitoringException

getAverageTimeByCompany

long getAverageTimeByCompany(long companyId)
                             throws MonitoringException
Throws:
MonitoringException

getAverageTimeByCompany

long getAverageTimeByCompany(String webId)
                             throws MonitoringException
Throws:
MonitoringException

getErrorCount

long getErrorCount()
                   throws MonitoringException
Throws:
MonitoringException

getErrorCountByCompany

long getErrorCountByCompany(long companyId)
                            throws MonitoringException
Throws:
MonitoringException

getErrorCountByCompany

long getErrorCountByCompany(String webId)
                            throws MonitoringException
Throws:
MonitoringException

getMaxTime

long getMaxTime()
                throws MonitoringException
Throws:
MonitoringException

getMaxTimeByCompany

long getMaxTimeByCompany(long companyId)
                         throws MonitoringException
Throws:
MonitoringException

getMaxTimeByCompany

long getMaxTimeByCompany(String webId)
                         throws MonitoringException
Throws:
MonitoringException

getMinTime

long getMinTime()
                throws MonitoringException
Throws:
MonitoringException

getMinTimeByCompany

long getMinTimeByCompany(long companyId)
                         throws MonitoringException
Throws:
MonitoringException

getMinTimeByCompany

long getMinTimeByCompany(String webId)
                         throws MonitoringException
Throws:
MonitoringException

getRequestCount

long getRequestCount()
                     throws MonitoringException
Throws:
MonitoringException

getRequestCountByCompany

long getRequestCountByCompany(long companyId)
                              throws MonitoringException
Throws:
MonitoringException

getRequestCountByCompany

long getRequestCountByCompany(String webId)
                              throws MonitoringException
Throws:
MonitoringException

getSuccessCount

long getSuccessCount()
                     throws MonitoringException
Throws:
MonitoringException

getSuccessCountByCompany

long getSuccessCountByCompany(long companyId)
                              throws MonitoringException
Throws:
MonitoringException

getSuccessCountByCompany

long getSuccessCountByCompany(String webId)
                              throws MonitoringException
Throws:
MonitoringException

getTimeoutCount

long getTimeoutCount()
                     throws MonitoringException
Throws:
MonitoringException

getTimeoutCountByCompany

long getTimeoutCountByCompany(long companyId)
                              throws MonitoringException
Throws:
MonitoringException

getTimeoutCountByCompany

long getTimeoutCountByCompany(String webId)
                              throws MonitoringException
Throws:
MonitoringException

Liferay 6.1.2-ce-ga3