com.liferay.portal.monitoring.statistics.portlet
Interface PortletSummaryStatistics
- All Superinterfaces:
- SummaryStatistics
- All Known Subinterfaces:
- PortletManagerMBean
- All Known Implementing Classes:
- ActionRequestSummaryStatistics, EventRequestSummaryStatistics, PortletManager, RenderRequestSummaryStatistics, ResourceRequestSummaryStatistics
public interface PortletSummaryStatistics
- extends SummaryStatistics
View Source
- Author:
- Michael C. Han, Brian Wing Shun Chan
Method Summary |
long |
getAverageTimeByPortlet(java.lang.String portletId)
|
long |
getAverageTimeByPortlet(java.lang.String portletId,
long companyId)
|
long |
getAverageTimeByPortlet(java.lang.String portletId,
java.lang.String webId)
|
long |
getErrorCountByPortlet(java.lang.String portletId)
|
long |
getErrorCountByPortlet(java.lang.String portletId,
long companyId)
|
long |
getErrorCountByPortlet(java.lang.String portletId,
java.lang.String webId)
|
long |
getMaxTimeByPortlet(java.lang.String portletId)
|
long |
getMaxTimeByPortlet(java.lang.String portletId,
long companyId)
|
long |
getMaxTimeByPortlet(java.lang.String portletId,
java.lang.String webId)
|
long |
getMinTimeByPortlet(java.lang.String portletId)
|
long |
getMinTimeByPortlet(java.lang.String portletId,
long companyId)
|
long |
getMinTimeByPortlet(java.lang.String portletId,
java.lang.String webId)
|
long |
getRequestCountByPortlet(java.lang.String portletId)
|
long |
getRequestCountByPortlet(java.lang.String portletId,
long companyId)
|
long |
getRequestCountByPortlet(java.lang.String portletId,
java.lang.String webId)
|
long |
getSuccessCountByPortlet(java.lang.String portletId)
|
long |
getSuccessCountByPortlet(java.lang.String portletId,
long companyId)
|
long |
getSuccessCountByPortlet(java.lang.String portletId,
java.lang.String webId)
|
long |
getTimeoutCountByPortlet(java.lang.String portletId)
|
long |
getTimeoutCountByPortlet(java.lang.String portletId,
long companyId)
|
long |
getTimeoutCountByPortlet(java.lang.String portletId,
java.lang.String webId)
|
Methods inherited from interface com.liferay.portal.monitoring.statistics.SummaryStatistics |
getAverageTime, getAverageTimeByCompany, getAverageTimeByCompany, getErrorCount, getErrorCountByCompany, getErrorCountByCompany, getMaxTime, getMaxTimeByCompany, getMaxTimeByCompany, getMinTime, getMinTimeByCompany, getMinTimeByCompany, getRequestCount, getRequestCountByCompany, getRequestCountByCompany, getSuccessCount, getSuccessCountByCompany, getSuccessCountByCompany, getTimeoutCount, getTimeoutCountByCompany, getTimeoutCountByCompany |
getAverageTimeByPortlet
long getAverageTimeByPortlet(java.lang.String portletId)
throws MonitoringException
- Throws:
MonitoringException
getAverageTimeByPortlet
long getAverageTimeByPortlet(java.lang.String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getAverageTimeByPortlet
long getAverageTimeByPortlet(java.lang.String portletId,
java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException
getErrorCountByPortlet
long getErrorCountByPortlet(java.lang.String portletId)
throws MonitoringException
- Throws:
MonitoringException
getErrorCountByPortlet
long getErrorCountByPortlet(java.lang.String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getErrorCountByPortlet
long getErrorCountByPortlet(java.lang.String portletId,
java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException
getMaxTimeByPortlet
long getMaxTimeByPortlet(java.lang.String portletId)
throws MonitoringException
- Throws:
MonitoringException
getMaxTimeByPortlet
long getMaxTimeByPortlet(java.lang.String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getMaxTimeByPortlet
long getMaxTimeByPortlet(java.lang.String portletId,
java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException
getMinTimeByPortlet
long getMinTimeByPortlet(java.lang.String portletId)
throws MonitoringException
- Throws:
MonitoringException
getMinTimeByPortlet
long getMinTimeByPortlet(java.lang.String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getMinTimeByPortlet
long getMinTimeByPortlet(java.lang.String portletId,
java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException
getRequestCountByPortlet
long getRequestCountByPortlet(java.lang.String portletId)
throws MonitoringException
- Throws:
MonitoringException
getRequestCountByPortlet
long getRequestCountByPortlet(java.lang.String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getRequestCountByPortlet
long getRequestCountByPortlet(java.lang.String portletId,
java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException
getSuccessCountByPortlet
long getSuccessCountByPortlet(java.lang.String portletId)
throws MonitoringException
- Throws:
MonitoringException
getSuccessCountByPortlet
long getSuccessCountByPortlet(java.lang.String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getSuccessCountByPortlet
long getSuccessCountByPortlet(java.lang.String portletId,
java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException
getTimeoutCountByPortlet
long getTimeoutCountByPortlet(java.lang.String portletId)
throws MonitoringException
- Throws:
MonitoringException
getTimeoutCountByPortlet
long getTimeoutCountByPortlet(java.lang.String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getTimeoutCountByPortlet
long getTimeoutCountByPortlet(java.lang.String portletId,
java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException