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
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 |
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)