Liferay 6.0.5

com.liferay.portal.monitoring.jmx
Interface PortletManagerMBean

All Superinterfaces:
PortletSummaryStatistics, SummaryStatistics
All Known Implementing Classes:
PortletManager

public interface PortletManagerMBean
extends PortletSummaryStatistics


Method Summary
 long[] getCompanyIds()
           
 String[] getPortletIds()
           
 String[] getWebIds()
           
 void reset()
           
 void reset(long companyId)
           
 void reset(String webId)
           
 
Methods inherited from interface com.liferay.portal.monitoring.statistics.portlet.PortletSummaryStatistics
getAverageTimeByPortlet, getAverageTimeByPortlet, getAverageTimeByPortlet, getErrorCountByPortlet, getErrorCountByPortlet, getErrorCountByPortlet, getMaxTimeByPortlet, getMaxTimeByPortlet, getMaxTimeByPortlet, getMinTimeByPortlet, getMinTimeByPortlet, getMinTimeByPortlet, getRequestCountByPortlet, getRequestCountByPortlet, getRequestCountByPortlet, getSuccessCountByPortlet, getSuccessCountByPortlet, getSuccessCountByPortlet, getTimeoutCountByPortlet, getTimeoutCountByPortlet, getTimeoutCountByPortlet
 
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
 

Method Detail

getCompanyIds

long[] getCompanyIds()
                     throws MonitoringException
Throws:
MonitoringException

getPortletIds

String[] getPortletIds()
                       throws MonitoringException
Throws:
MonitoringException

getWebIds

String[] getWebIds()
                   throws MonitoringException
Throws:
MonitoringException

reset

void reset()

reset

void reset(long companyId)

reset

void reset(String webId)

Liferay 6.0.5