com.liferay.portal.monitoring.jmx
Interface PortletManagerMBean

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

public interface PortletManagerMBean
extends PortletSummaryStatistics

View Source

Author:
Michael C. Han, Brian Wing Shun Chan

Method Summary
 long[] getCompanyIds()
           
 java.lang.String[] getPortletIds()
           
 java.lang.String[] getWebIds()
           
 void reset()
           
 void reset(long companyId)
           
 void reset(java.lang.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

java.lang.String[] getPortletIds()
                                 throws MonitoringException
Throws:
MonitoringException

getWebIds

java.lang.String[] getWebIds()
                             throws MonitoringException
Throws:
MonitoringException

reset

void reset()

reset

void reset(long companyId)

reset

void reset(java.lang.String webId)