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
Method Summary |
long |
getAverageTimeByPortlet(String portletId)
|
long |
getAverageTimeByPortlet(String portletId,
long companyId)
|
long |
getAverageTimeByPortlet(String portletId,
String webId)
|
long |
getErrorCountByPortlet(String portletId)
|
long |
getErrorCountByPortlet(String portletId,
long companyId)
|
long |
getErrorCountByPortlet(String portletId,
String webId)
|
long |
getMaxTimeByPortlet(String portletId)
|
long |
getMaxTimeByPortlet(String portletId,
long companyId)
|
long |
getMaxTimeByPortlet(String portletId,
String webId)
|
long |
getMinTimeByPortlet(String portletId)
|
long |
getMinTimeByPortlet(String portletId,
long companyId)
|
long |
getMinTimeByPortlet(String portletId,
String webId)
|
long |
getRequestCountByPortlet(String portletId)
|
long |
getRequestCountByPortlet(String portletId,
long companyId)
|
long |
getRequestCountByPortlet(String portletId,
String webId)
|
long |
getSuccessCountByPortlet(String portletId)
|
long |
getSuccessCountByPortlet(String portletId,
long companyId)
|
long |
getSuccessCountByPortlet(String portletId,
String webId)
|
long |
getTimeoutCountByPortlet(String portletId)
|
long |
getTimeoutCountByPortlet(String portletId,
long companyId)
|
long |
getTimeoutCountByPortlet(String portletId,
String webId)
|
Methods inherited from interface com.liferay.portal.kernel.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(String portletId)
throws MonitoringException
- Throws:
MonitoringException
getAverageTimeByPortlet
long getAverageTimeByPortlet(String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getAverageTimeByPortlet
long getAverageTimeByPortlet(String portletId,
String webId)
throws MonitoringException
- Throws:
MonitoringException
getErrorCountByPortlet
long getErrorCountByPortlet(String portletId)
throws MonitoringException
- Throws:
MonitoringException
getErrorCountByPortlet
long getErrorCountByPortlet(String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getErrorCountByPortlet
long getErrorCountByPortlet(String portletId,
String webId)
throws MonitoringException
- Throws:
MonitoringException
getMaxTimeByPortlet
long getMaxTimeByPortlet(String portletId)
throws MonitoringException
- Throws:
MonitoringException
getMaxTimeByPortlet
long getMaxTimeByPortlet(String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getMaxTimeByPortlet
long getMaxTimeByPortlet(String portletId,
String webId)
throws MonitoringException
- Throws:
MonitoringException
getMinTimeByPortlet
long getMinTimeByPortlet(String portletId)
throws MonitoringException
- Throws:
MonitoringException
getMinTimeByPortlet
long getMinTimeByPortlet(String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getMinTimeByPortlet
long getMinTimeByPortlet(String portletId,
String webId)
throws MonitoringException
- Throws:
MonitoringException
getRequestCountByPortlet
long getRequestCountByPortlet(String portletId)
throws MonitoringException
- Throws:
MonitoringException
getRequestCountByPortlet
long getRequestCountByPortlet(String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getRequestCountByPortlet
long getRequestCountByPortlet(String portletId,
String webId)
throws MonitoringException
- Throws:
MonitoringException
getSuccessCountByPortlet
long getSuccessCountByPortlet(String portletId)
throws MonitoringException
- Throws:
MonitoringException
getSuccessCountByPortlet
long getSuccessCountByPortlet(String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getSuccessCountByPortlet
long getSuccessCountByPortlet(String portletId,
String webId)
throws MonitoringException
- Throws:
MonitoringException
getTimeoutCountByPortlet
long getTimeoutCountByPortlet(String portletId)
throws MonitoringException
- Throws:
MonitoringException
getTimeoutCountByPortlet
long getTimeoutCountByPortlet(String portletId,
long companyId)
throws MonitoringException
- Throws:
MonitoringException
getTimeoutCountByPortlet
long getTimeoutCountByPortlet(String portletId,
String webId)
throws MonitoringException
- Throws:
MonitoringException