Liferay 6.2-ce-ga5

com.liferay.portal.kernel.monitoring.statistics
Class BaseStatistics

java.lang.Object
  extended by com.liferay.portal.kernel.monitoring.statistics.BaseStatistics
All Implemented Interfaces:
Statistics
Direct Known Subclasses:
AverageStatistics, CountStatistics

public class BaseStatistics
extends Object
implements Statistics


Constructor Summary
BaseStatistics(String name)
           
 
Method Summary
 String getDescription()
           
 long getLastSampleTime()
           
 long getLastTime()
           
 long getLowerBound()
           
 long getMaxTime()
           
 long getMinTime()
           
 String getName()
           
 long getStartTime()
           
 long getUpperBound()
           
 long getUptime()
           
 void reset()
           
 void setDescription(String description)
           
 void setLastSampleTime(long lastSampleTime)
           
 void setLastTime(long lastTime)
           
 void setLowerBound(long lowerBound)
           
 void setMaxTime(long maxTime)
           
 void setMinTime(long minTime)
           
 void setStartTime(long startTime)
           
 void setUpperBound(long upperBound)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseStatistics

public BaseStatistics(String name)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface Statistics

getLastSampleTime

public long getLastSampleTime()

getLastTime

public long getLastTime()

getLowerBound

public long getLowerBound()

getMaxTime

public long getMaxTime()

getMinTime

public long getMinTime()

getName

public String getName()
Specified by:
getName in interface Statistics

getStartTime

public long getStartTime()

getUpperBound

public long getUpperBound()

getUptime

public long getUptime()

reset

public void reset()
Specified by:
reset in interface Statistics

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface Statistics

setLastSampleTime

public void setLastSampleTime(long lastSampleTime)

setLastTime

public void setLastTime(long lastTime)

setLowerBound

public void setLowerBound(long lowerBound)

setMaxTime

public void setMaxTime(long maxTime)

setMinTime

public void setMinTime(long minTime)

setStartTime

public void setStartTime(long startTime)

setUpperBound

public void setUpperBound(long upperBound)

Liferay 6.2-ce-ga5