Liferay 6.2.0

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
abstract  long getAverageTimeByPortlet(String portletId)
           
abstract  long getAverageTimeByPortlet(String portletId, long companyId)
           
abstract  long getAverageTimeByPortlet(String portletId, String webId)
           
abstract  long getErrorCountByPortlet(String portletId)
           
abstract  long getErrorCountByPortlet(String portletId, long companyId)
           
abstract  long getErrorCountByPortlet(String portletId, String webId)
           
abstract  long getMaxTimeByPortlet(String portletId)
           
abstract  long getMaxTimeByPortlet(String portletId, long companyId)
           
abstract  long getMaxTimeByPortlet(String portletId, String webId)
           
abstract  long getMinTimeByPortlet(String portletId)
           
abstract  long getMinTimeByPortlet(String portletId, long companyId)
           
abstract  long getMinTimeByPortlet(String portletId, String webId)
           
abstract  long getRequestCountByPortlet(String portletId)
           
abstract  long getRequestCountByPortlet(String portletId, long companyId)
           
abstract  long getRequestCountByPortlet(String portletId, String webId)
           
abstract  long getSuccessCountByPortlet(String portletId)
           
abstract  long getSuccessCountByPortlet(String portletId, long companyId)
           
abstract  long getSuccessCountByPortlet(String portletId, String webId)
           
abstract  long getTimeoutCountByPortlet(String portletId)
           
abstract  long getTimeoutCountByPortlet(String portletId, long companyId)
           
abstract  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
 

Method Detail

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

Liferay 6.2.0