com.liferay.portal.monitoring.statistics.portal
Class ServerSummaryStatistics
java.lang.Object
com.liferay.portal.monitoring.statistics.portal.ServerSummaryStatistics
- All Implemented Interfaces:
- SummaryStatistics
public class ServerSummaryStatistics
- extends java.lang.Object
- implements SummaryStatistics
View Source
- Author:
- Michael C. Han, Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerSummaryStatistics
public ServerSummaryStatistics(ServerStatistics serverStatistics)
getAverageTime
public long getAverageTime()
- Specified by:
getAverageTime
in interface SummaryStatistics
getAverageTimeByCompany
public long getAverageTimeByCompany(long companyId)
throws MonitoringException
- Specified by:
getAverageTimeByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getAverageTimeByCompany
public long getAverageTimeByCompany(java.lang.String webId)
throws MonitoringException
- Specified by:
getAverageTimeByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getErrorCount
public long getErrorCount()
- Specified by:
getErrorCount
in interface SummaryStatistics
getErrorCountByCompany
public long getErrorCountByCompany(long companyId)
throws MonitoringException
- Specified by:
getErrorCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getErrorCountByCompany
public long getErrorCountByCompany(java.lang.String webId)
throws MonitoringException
- Specified by:
getErrorCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getMaxTime
public long getMaxTime()
- Specified by:
getMaxTime
in interface SummaryStatistics
getMaxTimeByCompany
public long getMaxTimeByCompany(long companyId)
throws MonitoringException
- Specified by:
getMaxTimeByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getMaxTimeByCompany
public long getMaxTimeByCompany(java.lang.String webId)
throws MonitoringException
- Specified by:
getMaxTimeByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getMinTime
public long getMinTime()
- Specified by:
getMinTime
in interface SummaryStatistics
getMinTimeByCompany
public long getMinTimeByCompany(long companyId)
throws MonitoringException
- Specified by:
getMinTimeByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getMinTimeByCompany
public long getMinTimeByCompany(java.lang.String webId)
throws MonitoringException
- Specified by:
getMinTimeByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getRequestCount
public long getRequestCount()
- Specified by:
getRequestCount
in interface SummaryStatistics
getRequestCountByCompany
public long getRequestCountByCompany(long companyId)
throws MonitoringException
- Specified by:
getRequestCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getRequestCountByCompany
public long getRequestCountByCompany(java.lang.String webId)
throws MonitoringException
- Specified by:
getRequestCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getSuccessCount
public long getSuccessCount()
- Specified by:
getSuccessCount
in interface SummaryStatistics
getSuccessCountByCompany
public long getSuccessCountByCompany(long companyId)
throws MonitoringException
- Specified by:
getSuccessCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getSuccessCountByCompany
public long getSuccessCountByCompany(java.lang.String webId)
throws MonitoringException
- Specified by:
getSuccessCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getTimeoutCount
public long getTimeoutCount()
- Specified by:
getTimeoutCount
in interface SummaryStatistics
getTimeoutCountByCompany
public long getTimeoutCountByCompany(long companyId)
throws MonitoringException
- Specified by:
getTimeoutCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getTimeoutCountByCompany
public long getTimeoutCountByCompany(java.lang.String webId)
throws MonitoringException
- Specified by:
getTimeoutCountByCompany
in interface SummaryStatistics
- Throws:
MonitoringException
getRequestStatistics
protected RequestStatistics getRequestStatistics(long companyId)
throws MonitoringException
- Throws:
MonitoringException
getRequestStatistics
protected RequestStatistics getRequestStatistics(java.lang.String webId)
throws MonitoringException
- Throws:
MonitoringException