Liferay 6.2.0

com.liferay.portal.monitoring.jmx
Interface PortalManagerMBean

All Superinterfaces:
SummaryStatistics
All Known Implementing Classes:
PortalManager

public interface PortalManagerMBean
extends SummaryStatistics


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