com.liferay.portal.monitoring.statistics
Interface SummaryStatistics
- All Known Subinterfaces:
- PortalManagerMBean, PortletManagerMBean, PortletSummaryStatistics
- All Known Implementing Classes:
- ActionRequestSummaryStatistics, EventRequestSummaryStatistics, PortalManager, PortletManager, RenderRequestSummaryStatistics, ResourceRequestSummaryStatistics, ServerSummaryStatistics
public interface SummaryStatistics
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