Liferay 6.0.5

com.liferay.portal.monitoring.statistics.portal
Class ServerSummaryStatistics

java.lang.Object
  extended by com.liferay.portal.monitoring.statistics.portal.ServerSummaryStatistics
All Implemented Interfaces:
SummaryStatistics

public class ServerSummaryStatistics
extends Object
implements SummaryStatistics


Constructor Summary
ServerSummaryStatistics()
           
 
Method Summary
 long getAverageTime()
           
 long getAverageTimeByCompany(long companyId)
           
 long getAverageTimeByCompany(String webId)
           
 long getErrorCount()
           
 long getErrorCountByCompany(long companyId)
           
 long getErrorCountByCompany(String webId)
           
 long getMaxTime()
           
 long getMaxTimeByCompany(long companyId)
           
 long getMaxTimeByCompany(String webId)
           
 long getMinTime()
           
 long getMinTimeByCompany(long companyId)
           
 long getMinTimeByCompany(String webId)
           
 long getRequestCount()
           
 long getRequestCountByCompany(long companyId)
           
 long getRequestCountByCompany(String webId)
           
protected  RequestStatistics getRequestStatistics(long companyId)
           
protected  RequestStatistics getRequestStatistics(String webId)
           
 long getSuccessCount()
           
 long getSuccessCountByCompany(long companyId)
           
 long getSuccessCountByCompany(String webId)
           
 long getTimeoutCount()
           
 long getTimeoutCountByCompany(long companyId)
           
 long getTimeoutCountByCompany(String webId)
           
 void setServerStatistics(ServerStatistics serverStatistics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSummaryStatistics

public ServerSummaryStatistics()
Method Detail

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(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(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(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(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(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(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(String webId)
                              throws MonitoringException
Specified by:
getTimeoutCountByCompany in interface SummaryStatistics
Throws:
MonitoringException

setServerStatistics

public void setServerStatistics(ServerStatistics serverStatistics)

getRequestStatistics

protected RequestStatistics getRequestStatistics(long companyId)
                                          throws MonitoringException
Throws:
MonitoringException

getRequestStatistics

protected RequestStatistics getRequestStatistics(String webId)
                                          throws MonitoringException
Throws:
MonitoringException

Liferay 6.0.5