Liferay 6.1.2-ce-ga3

com.liferay.portal.monitoring.jmx
Interface PortalManagerMBean

All Superinterfaces:
SummaryStatistics
All Known Implementing Classes:
PortalManager

public interface PortalManagerMBean
extends SummaryStatistics


Method Summary
 long[] getCompanyIds()
           
 long getUptime(long companyId)
           
 long getUptime(String companyWebId)
           
 String[] getWebIds()
           
 void reset()
           
 void reset(long companyId)
           
 void reset(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

getCompanyIds

long[] getCompanyIds()
                     throws MonitoringException
Throws:
MonitoringException

getUptime

long getUptime(long companyId)
               throws MonitoringException
Throws:
MonitoringException

getUptime

long getUptime(String companyWebId)
               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.1.2-ce-ga3